Changeset 44 in flair-dev for trunk/include/FlairMeta/XAir.h


Ignore:
Timestamp:
Jan 6, 2017, 1:58:28 PM (8 years ago)
Author:
Sanahuja Guillaume
Message:

m

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/FlairMeta/XAir.h

    r15 r44  
    2424class XAir : public Uav {
    2525public:
    26   XAir(core::FrameworkManager *parent, std::string uav_name,
     26  XAir(std::string name,
    2727       filter::UavMultiplex *multiplex = NULL);
    2828  ~XAir();
    2929  void StartSensors(void);
     30        std::string GetDefaultVrpnAddress(void) const{return "192.168.147.197:3883";}
    3031
    3132private:
Note: See TracChangeset for help on using the changeset viewer.