PX4 Firmware
PX4 Autopilot Software http://px4.io
subsystem_info.h
Go to the documentation of this file.
1 /****************************************************************************
2  *
3  * Copyright (C) 2013-2016 PX4 Development Team. All rights reserved.
4  *
5  * Redistribution and use in source and binary forms, with or without
6  * modification, are permitted provided that the following conditions
7  * are met:
8  *
9  * 1. Redistributions of source code must retain the above copyright
10  * notice, this list of conditions and the following disclaimer.
11  * 2. Redistributions in binary form must reproduce the above copyright
12  * notice, this list of conditions and the following disclaimer in
13  * the documentation and/or other materials provided with the
14  * distribution.
15  * 3. Neither the name PX4 nor the names of its contributors may be
16  * used to endorse or promote products derived from this software
17  * without specific prior written permission.
18  *
19  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
20  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
21  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
22  * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
23  * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
24  * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
25  * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
26  * OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
27  * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
29  * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
30  * POSSIBILITY OF SUCH DAMAGE.
31  *
32  ****************************************************************************/
33 
34 /* Auto-generated by genmsg_cpp from file subsystem_info.msg */
35 
36 
37 #pragma once
38 
39 
40 #include <uORB/uORB.h>
41 
42 
43 #ifndef __cplusplus
44 #define SUBSYSTEM_INFO_SUBSYSTEM_TYPE_GYRO 1
45 #define SUBSYSTEM_INFO_SUBSYSTEM_TYPE_ACC 2
46 #define SUBSYSTEM_INFO_SUBSYSTEM_TYPE_MAG 4
47 #define SUBSYSTEM_INFO_SUBSYSTEM_TYPE_ABSPRESSURE 8
48 #define SUBSYSTEM_INFO_SUBSYSTEM_TYPE_DIFFPRESSURE 16
49 #define SUBSYSTEM_INFO_SUBSYSTEM_TYPE_GPS 32
50 #define SUBSYSTEM_INFO_SUBSYSTEM_TYPE_OPTICALFLOW 64
51 #define SUBSYSTEM_INFO_SUBSYSTEM_TYPE_CVPOSITION 128
52 #define SUBSYSTEM_INFO_SUBSYSTEM_TYPE_LASERPOSITION 256
53 #define SUBSYSTEM_INFO_SUBSYSTEM_TYPE_EXTERNALGROUNDTRUTH 512
54 #define SUBSYSTEM_INFO_SUBSYSTEM_TYPE_ANGULARRATECONTROL 1024
55 #define SUBSYSTEM_INFO_SUBSYSTEM_TYPE_ATTITUDESTABILIZATION 2048
56 #define SUBSYSTEM_INFO_SUBSYSTEM_TYPE_YAWPOSITION 4096
57 #define SUBSYSTEM_INFO_SUBSYSTEM_TYPE_ALTITUDECONTROL 8192
58 #define SUBSYSTEM_INFO_SUBSYSTEM_TYPE_POSITIONCONTROL 16384
59 #define SUBSYSTEM_INFO_SUBSYSTEM_TYPE_MOTORCONTROL 32768
60 #define SUBSYSTEM_INFO_SUBSYSTEM_TYPE_RCRECEIVER 65536
61 #define SUBSYSTEM_INFO_SUBSYSTEM_TYPE_GYRO2 131072
62 #define SUBSYSTEM_INFO_SUBSYSTEM_TYPE_ACC2 262144
63 #define SUBSYSTEM_INFO_SUBSYSTEM_TYPE_MAG2 524288
64 #define SUBSYSTEM_INFO_SUBSYSTEM_TYPE_GEOFENCE 1048576
65 #define SUBSYSTEM_INFO_SUBSYSTEM_TYPE_AHRS 2097152
66 #define SUBSYSTEM_INFO_SUBSYSTEM_TYPE_TERRAIN 4194304
67 #define SUBSYSTEM_INFO_SUBSYSTEM_TYPE_REVERSEMOTOR 8388608
68 #define SUBSYSTEM_INFO_SUBSYSTEM_TYPE_LOGGING 16777216
69 #define SUBSYSTEM_INFO_SUBSYSTEM_TYPE_SENSORBATTERY 33554432
70 #define SUBSYSTEM_INFO_SUBSYSTEM_TYPE_SENSORPROXIMITY 67108864
71 #define SUBSYSTEM_INFO_SUBSYSTEM_TYPE_SATCOM 134217728
72 #define SUBSYSTEM_INFO_ORB_QUEUE_LENGTH 5
73 
74 #endif
75 
76 
77 #ifdef __cplusplus
79 #else
81 #endif
82  uint64_t timestamp;
83  uint64_t subsystem_type;
84  bool present;
85  bool enabled;
86  bool ok;
87  uint8_t _padding0[5]; // required for logger
88 
89 
90 #ifdef __cplusplus
91  static constexpr uint64_t SUBSYSTEM_TYPE_GYRO = 1;
92  static constexpr uint64_t SUBSYSTEM_TYPE_ACC = 2;
93  static constexpr uint64_t SUBSYSTEM_TYPE_MAG = 4;
94  static constexpr uint64_t SUBSYSTEM_TYPE_ABSPRESSURE = 8;
95  static constexpr uint64_t SUBSYSTEM_TYPE_DIFFPRESSURE = 16;
96  static constexpr uint64_t SUBSYSTEM_TYPE_GPS = 32;
97  static constexpr uint64_t SUBSYSTEM_TYPE_OPTICALFLOW = 64;
98  static constexpr uint64_t SUBSYSTEM_TYPE_CVPOSITION = 128;
99  static constexpr uint64_t SUBSYSTEM_TYPE_LASERPOSITION = 256;
100  static constexpr uint64_t SUBSYSTEM_TYPE_EXTERNALGROUNDTRUTH = 512;
101  static constexpr uint64_t SUBSYSTEM_TYPE_ANGULARRATECONTROL = 1024;
102  static constexpr uint64_t SUBSYSTEM_TYPE_ATTITUDESTABILIZATION = 2048;
103  static constexpr uint64_t SUBSYSTEM_TYPE_YAWPOSITION = 4096;
104  static constexpr uint64_t SUBSYSTEM_TYPE_ALTITUDECONTROL = 8192;
105  static constexpr uint64_t SUBSYSTEM_TYPE_POSITIONCONTROL = 16384;
106  static constexpr uint64_t SUBSYSTEM_TYPE_MOTORCONTROL = 32768;
107  static constexpr uint64_t SUBSYSTEM_TYPE_RCRECEIVER = 65536;
108  static constexpr uint64_t SUBSYSTEM_TYPE_GYRO2 = 131072;
109  static constexpr uint64_t SUBSYSTEM_TYPE_ACC2 = 262144;
110  static constexpr uint64_t SUBSYSTEM_TYPE_MAG2 = 524288;
111  static constexpr uint64_t SUBSYSTEM_TYPE_GEOFENCE = 1048576;
112  static constexpr uint64_t SUBSYSTEM_TYPE_AHRS = 2097152;
113  static constexpr uint64_t SUBSYSTEM_TYPE_TERRAIN = 4194304;
114  static constexpr uint64_t SUBSYSTEM_TYPE_REVERSEMOTOR = 8388608;
115  static constexpr uint64_t SUBSYSTEM_TYPE_LOGGING = 16777216;
116  static constexpr uint64_t SUBSYSTEM_TYPE_SENSORBATTERY = 33554432;
117  static constexpr uint64_t SUBSYSTEM_TYPE_SENSORPROXIMITY = 67108864;
118  static constexpr uint64_t SUBSYSTEM_TYPE_SATCOM = 134217728;
119  static constexpr uint8_t ORB_QUEUE_LENGTH = 5;
120 
121 #endif
122 };
123 
124 /* register this as object request broker structure */
125 ORB_DECLARE(subsystem_info);
126 
127 
128 #ifdef __cplusplus
129 void print_message(const subsystem_info_s& message);
130 #endif
API for the uORB lightweight object broker.
Definition: I2C.hpp:51
ORB_DECLARE(subsystem_info)
uint64_t subsystem_type