Changeset 50 in flair-dev for trunk/include/FlairMeta/XAir.h
- Timestamp:
- May 31, 2017, 3:54:26 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/FlairMeta/XAir.h
r44 r50 24 24 class XAir : public Uav { 25 25 public: 26 XAir(std::string name, 26 XAir(std::string name,std::string options="", 27 27 filter::UavMultiplex *multiplex = NULL); 28 28 ~XAir(); 29 29 void StartSensors(void); 30 30 std::string GetDefaultVrpnAddress(void) const{return "192.168.147.197:3883";} 31 bool isReadyToFly(void) const; 32 virtual std::string GetType(void) const{return "xair";} 31 33 32 34 private:
Note:
See TracChangeset
for help on using the changeset viewer.