Changeset 214 in flair-src for trunk/lib/FlairSensorActuator/src/HokuyoUTM30Lx.cpp
- Timestamp:
- 02/07/18 17:49:27 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairSensorActuator/src/HokuyoUTM30Lx.cpp
r170 r214 21 21 #include <FrameworkManager.h> 22 22 #include <RangeFinderPlot.h> 23 #include < cvmatrix.h>23 #include <Matrix.h> 24 24 #include <Tab.h> 25 25 #include <sstream> … … 40 40 main_tab = new Tab(getFrameworkManager()->GetTabWidget(), name); 41 41 cvmatrix_descriptor *desc = new cvmatrix_descriptor(1081, 1); 42 output = new cvmatrix((IODevice *)this, desc, SignedIntegerType(16));42 output = new Matrix((IODevice *)this, desc, SignedIntegerType(16)); 43 43 delete desc; 44 44 … … 246 246 #endif 247 247 } 248 cvmatrix *HokuyoUTM30Lx::getDatas() { return output; }248 Matrix *HokuyoUTM30Lx::getDatas() { return output; } 249 249 250 250 void HokuyoUTM30Lx::UseDefaultPlot(void) {
Note:
See TracChangeset
for help on using the changeset viewer.