FactSystemTestGeneric.cc 680 Bytes
Newer Older
1 2
/****************************************************************************
 *
3
 * (c) 2009-2020 QGROUNDCONTROL PROJECT <http://www.qgroundcontrol.org>
4 5 6 7 8 9
 *
 * QGroundControl is licensed according to the terms in the file
 * COPYING.md in the root of the source code directory.
 *
 ****************************************************************************/

Don Gagne's avatar
Don Gagne committed
10 11 12 13

/// @file
///     @author Don Gagne <don@thegagnes.com>

14
#include "FactSystemTestGeneric.h"
15
#include "QGCMAVLink.h"
Don Gagne's avatar
Don Gagne committed
16

17 18
/// FactSystem Unit Test for PX4 autpilot
FactSystemTestGeneric::FactSystemTestGeneric(void)
Don Gagne's avatar
Don Gagne committed
19 20
{
    
21
}
Don Gagne's avatar
Don Gagne committed
22

23 24 25
void FactSystemTestGeneric::init(void)
{
    UnitTest::init();
Don Gagne's avatar
Don Gagne committed
26
    _init(MAV_AUTOPILOT_GENERIC);
27
}