tarask
6 days ago 532005c6573d95199ce0ffbc33df4c7a0a4c3ef9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
/** @file
 *  @brief MAVLink comm protocol generated from test.xml
 *  @see http://mavlink.org
 */
#pragma once
#ifndef MAVLINK_TEST_H
#define MAVLINK_TEST_H
 
#ifndef MAVLINK_H
    #error Wrong include order: MAVLINK_TEST.H MUST NOT BE DIRECTLY USED. Include mavlink.h from the same directory instead or set ALL AND EVERY defines from MAVLINK.H manually accordingly, including the #define MAVLINK_H call.
#endif
 
#undef MAVLINK_THIS_XML_HASH
#define MAVLINK_THIS_XML_HASH -1346279515298498369
 
#ifdef __cplusplus
extern "C" {
#endif
 
// MESSAGE LENGTHS AND CRCS
 
#ifndef MAVLINK_MESSAGE_LENGTHS
#define MAVLINK_MESSAGE_LENGTHS {}
#endif
 
#ifndef MAVLINK_MESSAGE_CRCS
#define MAVLINK_MESSAGE_CRCS {{17000, 103, 179, 179, 0, 0, 0}}
#endif
 
#include "../protocol.h"
 
#define MAVLINK_ENABLED_TEST
 
// ENUM DEFINITIONS
 
 
 
// MAVLINK VERSION
 
#ifndef MAVLINK_VERSION
#define MAVLINK_VERSION 3
#endif
 
#if (MAVLINK_VERSION == 0)
#undef MAVLINK_VERSION
#define MAVLINK_VERSION 3
#endif
 
// MESSAGE DEFINITIONS
#include "./mavlink_msg_test_types.h"
 
// base include
 
 
#undef MAVLINK_THIS_XML_HASH
#define MAVLINK_THIS_XML_HASH -1346279515298498369
 
#if MAVLINK_THIS_XML_HASH == MAVLINK_PRIMARY_XML_HASH
# define MAVLINK_MESSAGE_INFO {MAVLINK_MESSAGE_INFO_TEST_TYPES}
# define MAVLINK_MESSAGE_NAMES {{ "TEST_TYPES", 17000 }}
# if MAVLINK_COMMAND_24BIT
#  include "../mavlink_get_info.h"
# endif
#endif
 
#ifdef __cplusplus
}
#endif // __cplusplus
#endif // MAVLINK_TEST_H