You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
91 lines
3.4 KiB
91 lines
3.4 KiB
2 days ago
|
/* Automatically generated nanopb header */
|
||
|
/* Generated by nanopb-0.4.8 */
|
||
|
|
||
|
#ifndef PB_MSP_ULTRASONICPARAMETERS_PB_H_INCLUDED
|
||
|
#define PB_MSP_ULTRASONICPARAMETERS_PB_H_INCLUDED
|
||
|
#include "pb.h"
|
||
|
|
||
|
#if PB_PROTO_HEADER_VERSION != 40
|
||
|
#error Regenerate this file with the current version of nanopb generator.
|
||
|
#endif
|
||
|
|
||
|
/* Struct definitions */
|
||
|
typedef struct _MSP_UltrasonicParameters {
|
||
|
int32_t USValue_1;
|
||
|
int32_t USValue_2;
|
||
|
int32_t USValue_3;
|
||
|
int32_t USValue_4;
|
||
|
int32_t USValue_Count_1;
|
||
|
int32_t USValue_Count_2;
|
||
|
int32_t USValue_Count_3;
|
||
|
int32_t USValue_Count_4;
|
||
|
int32_t USValue_Flag_1;
|
||
|
int32_t USValue_Flag_2;
|
||
|
int32_t USValue_Flag_3;
|
||
|
int32_t USValue_Flag_4;
|
||
|
int32_t Dym_Value;
|
||
|
int32_t Dym_Value_Count;
|
||
|
int32_t Dym_Value_Flag;
|
||
|
} MSP_UltrasonicParameters;
|
||
|
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
/* Initializer values for message structs */
|
||
|
#define MSP_UltrasonicParameters_init_default {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}
|
||
|
#define MSP_UltrasonicParameters_init_zero {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}
|
||
|
|
||
|
/* Field tags (for use in manual encoding/decoding) */
|
||
|
#define MSP_UltrasonicParameters_USValue_1_tag 1
|
||
|
#define MSP_UltrasonicParameters_USValue_2_tag 2
|
||
|
#define MSP_UltrasonicParameters_USValue_3_tag 3
|
||
|
#define MSP_UltrasonicParameters_USValue_4_tag 4
|
||
|
#define MSP_UltrasonicParameters_USValue_Count_1_tag 5
|
||
|
#define MSP_UltrasonicParameters_USValue_Count_2_tag 6
|
||
|
#define MSP_UltrasonicParameters_USValue_Count_3_tag 7
|
||
|
#define MSP_UltrasonicParameters_USValue_Count_4_tag 8
|
||
|
#define MSP_UltrasonicParameters_USValue_Flag_1_tag 9
|
||
|
#define MSP_UltrasonicParameters_USValue_Flag_2_tag 10
|
||
|
#define MSP_UltrasonicParameters_USValue_Flag_3_tag 11
|
||
|
#define MSP_UltrasonicParameters_USValue_Flag_4_tag 12
|
||
|
#define MSP_UltrasonicParameters_Dym_Value_tag 13
|
||
|
#define MSP_UltrasonicParameters_Dym_Value_Count_tag 14
|
||
|
#define MSP_UltrasonicParameters_Dym_Value_Flag_tag 15
|
||
|
|
||
|
/* Struct field encoding specification for nanopb */
|
||
|
#define MSP_UltrasonicParameters_FIELDLIST(X, a) \
|
||
|
X(a, STATIC, SINGULAR, INT32, USValue_1, 1) \
|
||
|
X(a, STATIC, SINGULAR, INT32, USValue_2, 2) \
|
||
|
X(a, STATIC, SINGULAR, INT32, USValue_3, 3) \
|
||
|
X(a, STATIC, SINGULAR, INT32, USValue_4, 4) \
|
||
|
X(a, STATIC, SINGULAR, INT32, USValue_Count_1, 5) \
|
||
|
X(a, STATIC, SINGULAR, INT32, USValue_Count_2, 6) \
|
||
|
X(a, STATIC, SINGULAR, INT32, USValue_Count_3, 7) \
|
||
|
X(a, STATIC, SINGULAR, INT32, USValue_Count_4, 8) \
|
||
|
X(a, STATIC, SINGULAR, INT32, USValue_Flag_1, 9) \
|
||
|
X(a, STATIC, SINGULAR, INT32, USValue_Flag_2, 10) \
|
||
|
X(a, STATIC, SINGULAR, INT32, USValue_Flag_3, 11) \
|
||
|
X(a, STATIC, SINGULAR, INT32, USValue_Flag_4, 12) \
|
||
|
X(a, STATIC, SINGULAR, INT32, Dym_Value, 13) \
|
||
|
X(a, STATIC, SINGULAR, INT32, Dym_Value_Count, 14) \
|
||
|
X(a, STATIC, SINGULAR, INT32, Dym_Value_Flag, 15)
|
||
|
#define MSP_UltrasonicParameters_CALLBACK NULL
|
||
|
#define MSP_UltrasonicParameters_DEFAULT NULL
|
||
|
|
||
|
extern const pb_msgdesc_t MSP_UltrasonicParameters_msg;
|
||
|
|
||
|
/* Defines for backwards compatibility with code written before nanopb-0.4.0 */
|
||
|
#define MSP_UltrasonicParameters_fields &MSP_UltrasonicParameters_msg
|
||
|
|
||
|
/* Maximum encoded size of messages (where known) */
|
||
|
#define MSP_ULTRASONICPARAMETERS_PB_H_MAX_SIZE MSP_UltrasonicParameters_size
|
||
|
#define MSP_UltrasonicParameters_size 165
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
} /* extern "C" */
|
||
|
#endif
|
||
|
|
||
|
#endif
|