Changeset 157 in flair-src for trunk/lib/FlairMeta/src/HdsX8.h
- Timestamp:
- Mar 4, 2017, 3:29:18 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairMeta/src/HdsX8.h
r122 r157 24 24 class HdsX8 : public Uav { 25 25 public: 26 HdsX8(std::string name, 26 HdsX8(std::string name,std::string options="", 27 27 filter::UavMultiplex *multiplex = NULL); 28 28 ~HdsX8(); 29 29 void StartSensors(void); 30 30 std::string GetDefaultVrpnAddress(void) const{return "192.168.147.197:3883";} 31 bool isReadyToFly(void) const; 31 32 32 33 private:
Note:
See TracChangeset
for help on using the changeset viewer.