JaiaBot  1.20.0
JaiaBot micro-AUV software
turner__c_fluor.pb.h
Go to the documentation of this file.
1 /* Automatically generated nanopb header */
2 /* Generated by nanopb-0.4.5 */
3 
4 #ifndef PB_JAIABOT_SENSOR_PROTOBUF_NANOPB_JAIABOT_MESSAGES_SENSOR_TURNER__C_FLUOR_PB_H_INCLUDED
5 #define PB_JAIABOT_SENSOR_PROTOBUF_NANOPB_JAIABOT_MESSAGES_SENSOR_TURNER__C_FLUOR_PB_H_INCLUDED
6 #include <pb.h>
8 
9 #if PB_PROTO_HEADER_VERSION != 40
10 #error Regenerate this file with the current version of nanopb generator.
11 #endif
12 
13 /* Struct definitions */
15  /* notional - add units and additional fields as needed */
17  double concentration;
21 
22 
23 #ifdef __cplusplus
24 extern "C" {
25 #endif
26 
27 /* Initializer values for message structs */
28 #define jaiabot_sensor_protobuf_TurnerCFluor_init_default {false, 0, false, 0}
29 #define jaiabot_sensor_protobuf_TurnerCFluor_init_zero {false, 0, false, 0}
30 
31 /* Field tags (for use in manual encoding/decoding) */
32 #define jaiabot_sensor_protobuf_TurnerCFluor_concentration_tag 1
33 #define jaiabot_sensor_protobuf_TurnerCFluor_concentration_voltage_tag 2
34 
35 /* Struct field encoding specification for nanopb */
36 #define jaiabot_sensor_protobuf_TurnerCFluor_FIELDLIST(X, a) \
37 X(a, STATIC, OPTIONAL, DOUBLE, concentration, 1) \
38 X(a, STATIC, OPTIONAL, DOUBLE, concentration_voltage, 2)
39 #define jaiabot_sensor_protobuf_TurnerCFluor_CALLBACK NULL
40 #define jaiabot_sensor_protobuf_TurnerCFluor_DEFAULT NULL
41 
42 extern const pb_msgdesc_t jaiabot_sensor_protobuf_TurnerCFluor_msg;
43 
44 /* Defines for backwards compatibility with code written before nanopb-0.4.0 */
45 #define jaiabot_sensor_protobuf_TurnerCFluor_fields &jaiabot_sensor_protobuf_TurnerCFluor_msg
46 
47 /* Maximum encoded size of messages (where known) */
48 #define jaiabot_sensor_protobuf_TurnerCFluor_size 18
49 
50 #ifdef __cplusplus
51 } /* extern "C" */
52 #endif
53 
54 #endif
struct _jaiabot_sensor_protobuf_TurnerCFluor jaiabot_sensor_protobuf_TurnerCFluor
const pb_msgdesc_t jaiabot_sensor_protobuf_TurnerCFluor_msg