- Timestamp:
- Jul 12, 2021, 8:37:29 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairMeta/src/Uav.h
r377 r431 15 15 16 16 #include <Object.h> 17 #include <VrpnClient.h> 17 18 18 19 namespace flair { … … 66 67 sensor::PressureSensor *GetPressureSensor(void) const; 67 68 virtual std::string GetDefaultVrpnAddress(void) const{return "127.0.0.1:3883";} 69 virtual sensor::VrpnClient::ConnectionType_t GetDefaultVrpnConnectionType(void) const{return sensor::VrpnClient::ConnectionType_t::Vrpn;} 68 70 virtual bool isReadyToFly(void) const { return true;} 69 71 virtual std::string GetType(void) const=0;
Note:
See TracChangeset
for help on using the changeset viewer.