Changeset 158 in flair-src for trunk/lib/FlairSensorActuator/src/SimuCamera.h
- Timestamp:
- 03/05/17 10:50:56 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairSensorActuator/src/SimuCamera.h
r151 r158 42 42 * \param height height 43 43 * \param channels number of channels 44 * \param dev_id device id 44 * \param modelId Model id 45 * \param deviceId Camera id of the Model 45 46 * \param priority priority of the Thread 46 47 */ 47 48 SimuCamera(std::string name, 48 uint16_t width, uint16_t height, uint8_t channels, uint32_t dev_id,49 uint16_t width, uint16_t height, uint8_t channels, uint32_t modelId,uint32_t deviceId, 49 50 uint8_t priority); 50 51 … … 60 61 * \param height height 61 62 * \param channels number of channels 62 * \param dev_id device id 63 * \param modelId Model id 64 * \param deviceId Camera id of the Model 63 65 */ 64 66 SimuCamera(const core::IODevice *parent, std::string name, uint16_t width, 65 uint16_t height, uint8_t channels, uint32_t dev_id);67 uint16_t height, uint8_t channels, uint32_t modelId,uint32_t deviceId); 66 68 67 69 /*! … … 95 97 */ 96 98 void UpdateFrom(const core::io_data *data){}; 99 100 std::string ShMemName(uint32_t modelId,uint32_t deviceId); 97 101 98 102 size_t buf_size;
Note:
See TracChangeset
for help on using the changeset viewer.