Last change
on this file since 9 was 7, checked in by Sanahuja Guillaume, 9 years ago |
filter and meta
|
File size:
644 bytes
|
Rev | Line | |
---|
[7] | 1 | /*!
|
---|
| 2 | * \file HdsX8.h
|
---|
| 3 | * \brief Class defining an ardrone2 uav
|
---|
| 4 | * \author Guillaume Sanahuja, Copyright Heudiasyc UMR UTC/CNRS 7253
|
---|
| 5 | * \date 2016/02/08
|
---|
| 6 | * \version 4.0
|
---|
| 7 | */
|
---|
| 8 |
|
---|
| 9 | #ifndef HDSX8_H
|
---|
| 10 | #define HDSX8_H
|
---|
| 11 |
|
---|
| 12 | #include "Uav.h"
|
---|
| 13 |
|
---|
| 14 | namespace flair
|
---|
| 15 | {
|
---|
| 16 | namespace meta
|
---|
| 17 | {
|
---|
| 18 | /*! \class HdsX8
|
---|
| 19 | *
|
---|
| 20 | * \brief Class defining an ardrone2 uav
|
---|
| 21 | */
|
---|
| 22 | class HdsX8 : public Uav {
|
---|
| 23 | public:
|
---|
| 24 | HdsX8(core::FrameworkManager* parent,std::string uav_name,filter::UavMultiplex *multiplex=NULL);
|
---|
| 25 | ~HdsX8();
|
---|
| 26 | void StartSensors(void);
|
---|
| 27 |
|
---|
| 28 | private:
|
---|
| 29 |
|
---|
| 30 | };
|
---|
| 31 | } // end namespace meta
|
---|
| 32 | } // end namespace flair
|
---|
| 33 | #endif // HDSX8_H
|
---|
Note:
See
TracBrowser
for help on using the repository browser.