Browse Source

Deprecation comments

QGC4.4
Donald Gagne 8 years ago
parent
commit
2723675f08
  1. 4
      src/uas/UAS.cc
  2. 11
      src/uas/UAS.h
  3. 11
      src/uas/UASInterface.h

4
src/uas/UAS.cc

@ -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 <QTimer>

11
src/uas/UAS.h

@ -7,14 +7,9 @@ @@ -7,14 +7,9 @@
*
****************************************************************************/
/**
* @file
* @brief Definition of Unmanned Aerial Vehicle object
*
* @author Lorenz Meier <mavteam@student.ethz.ch>
*
*/
// 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_

11
src/uas/UASInterface.h

@ -7,14 +7,9 @@ @@ -7,14 +7,9 @@
*
****************************************************************************/
/**
* @file
* @brief Abstract interface, represents one unmanned aerial vehicle
*
* @author Lorenz Meier <mavteam@student.ethz.ch>
*
*/
// 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_

Loading…
Cancel
Save