Changeset 158 in flair-src for trunk/lib/FlairSimulator/src/SimuLaserGL.cpp
- Timestamp:
- Mar 5, 2017, 10:50:56 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairSimulator/src/SimuLaserGL.cpp
r15 r158 38 38 namespace flair { 39 39 namespace sensor { 40 SimuLaserGL::SimuLaserGL(const Model *parent, std::string name, int dev_id)41 : SimuLaser(parent, name, dev_id), SensorGL(parent) {40 SimuLaserGL::SimuLaserGL(const Model *parent, std::string name, uint32_t modelId,uint32_t deviceId) 41 : SimuLaser(parent, name, modelId,deviceId), SensorGL(parent) { 42 42 Tab *setup_tab = new Tab(parent->GetTabWidget(), name); 43 43 position = new Vector3DSpinBox(setup_tab->NewRow(), "position", -2, 2, .01);
Note:
See TracChangeset
for help on using the changeset viewer.