diff --git a/src/uas/UAS.cc b/src/uas/UAS.cc index eb9f540..93acba9 100644 --- a/src/uas/UAS.cc +++ b/src/uas/UAS.cc @@ -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 #include diff --git a/src/uas/UAS.h b/src/uas/UAS.h index 4dad4d5..06ec98a 100644 --- a/src/uas/UAS.h +++ b/src/uas/UAS.h @@ -7,14 +7,9 @@ * ****************************************************************************/ - -/** - * @file - * @brief Definition of Unmanned Aerial Vehicle object - * - * @author Lorenz Meier - * - */ +// NO NEW CODE HERE +// UASInterface, UAS.h/cc are deprecated. All new functionality should go into Vehicle.h/cc +// #ifndef _UAS_H_ #define _UAS_H_ diff --git a/src/uas/UASInterface.h b/src/uas/UASInterface.h index a9dfb79..0bed211 100644 --- a/src/uas/UASInterface.h +++ b/src/uas/UASInterface.h @@ -7,14 +7,9 @@ * ****************************************************************************/ - -/** - * @file - * @brief Abstract interface, represents one unmanned aerial vehicle - * - * @author Lorenz Meier - * - */ +// NO NEW CODE HERE +// UASInterface, UAS.h/cc are deprecated. All new functionality should go into Vehicle.h/cc +// #ifndef _UASINTERFACE_H_ #define _UASINTERFACE_H_