Subversion Repositories Projects

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1702 - 1
/** @file
2
 *      @brief MAVLink comm protocol testsuite generated from matrixpilot.xml
3
 *      @see http://qgroundcontrol.org/mavlink/
4
 */
5
#ifndef MATRIXPILOT_TESTSUITE_H
6
#define MATRIXPILOT_TESTSUITE_H
7
 
8
#ifdef __cplusplus
9
extern "C" {
10
#endif
11
 
12
#ifndef MAVLINK_TEST_ALL
13
#define MAVLINK_TEST_ALL
14
static void mavlink_test_common(uint8_t, uint8_t, mavlink_message_t *last_msg);
15
static void mavlink_test_matrixpilot(uint8_t, uint8_t, mavlink_message_t *last_msg);
16
 
17
static void mavlink_test_all(uint8_t system_id, uint8_t component_id, mavlink_message_t *last_msg)
18
{
19
        mavlink_test_common(system_id, component_id, last_msg);
20
        mavlink_test_matrixpilot(system_id, component_id, last_msg);
21
}
22
#endif
23
 
24
#include "../common/testsuite.h"
25
 
26
 
27
 
28
static void mavlink_test_matrixpilot(uint8_t system_id, uint8_t component_id, mavlink_message_t *last_msg)
29
{
30
 
31
}
32
 
33
#ifdef __cplusplus
34
}
35
#endif // __cplusplus
36
#endif // MATRIXPILOT_TESTSUITE_H