Commit 2723675f authored by Donald Gagne's avatar Donald Gagne

Deprecation comments

parent 1baa72ac
...@@ -7,7 +7,9 @@ ...@@ -7,7 +7,9 @@
* *
****************************************************************************/ ****************************************************************************/
// THIS CLASS IS DEPRECATED. ALL NEW FUNCTIONALITY SHOULD GO INTO Vehicle class // NO NEW CODE HERE
// UASInterface, UAS.h/cc are deprecated. All new functionality should go into Vehicle.h/cc
//
#include <QList> #include <QList>
#include <QTimer> #include <QTimer>
......
...@@ -7,14 +7,9 @@ ...@@ -7,14 +7,9 @@
* *
****************************************************************************/ ****************************************************************************/
// NO NEW CODE HERE
/** // UASInterface, UAS.h/cc are deprecated. All new functionality should go into Vehicle.h/cc
* @file //
* @brief Definition of Unmanned Aerial Vehicle object
*
* @author Lorenz Meier <mavteam@student.ethz.ch>
*
*/
#ifndef _UAS_H_ #ifndef _UAS_H_
#define _UAS_H_ #define _UAS_H_
......
...@@ -7,14 +7,9 @@ ...@@ -7,14 +7,9 @@
* *
****************************************************************************/ ****************************************************************************/
// NO NEW CODE HERE
/** // UASInterface, UAS.h/cc are deprecated. All new functionality should go into Vehicle.h/cc
* @file //
* @brief Abstract interface, represents one unmanned aerial vehicle
*
* @author Lorenz Meier <mavteam@student.ethz.ch>
*
*/
#ifndef _UASINTERFACE_H_ #ifndef _UASINTERFACE_H_
#define _UASINTERFACE_H_ #define _UASINTERFACE_H_
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment