Changeset 124 in flair-src for trunk/demos/OpticalFlow/uav/src/DemoOpticalFlow.h
- Timestamp:
- Jan 12, 2017, 10:39:23 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/demos/OpticalFlow/uav/src/DemoOpticalFlow.h
r122 r124 25 25 class GroupBox; 26 26 class DoubleSpinBox; 27 class PushButton; 27 28 } 28 29 namespace filter { … … 46 47 void SignalEvent(Event_t event); 47 48 void ExtraCheckJoystick(void); 49 void ExtraCheckPushButton(void); 48 50 const flair::core::AhrsData *GetReferenceOrientation(void); 49 51 … … 59 61 flair::filter::OpticalFlow *opticalFlow; 60 62 flair::filter::OpticalFlowSpeed *opticalFlowSpeed; 63 flair::gui::PushButton *startOpticalflow,*stopOpticalflow; 64 void StartOpticalFlow(void); 61 65 }; 62 66
Note:
See TracChangeset
for help on using the changeset viewer.