/* Automatically generated nanopb header */ /* Generated by nanopb-0.4.8 */ #ifndef PB_BSP_DAM_PB_H_INCLUDED #define PB_BSP_DAM_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 _DAM_Data { int32_t DO0; int32_t DO1; int32_t DO2; int32_t DO3; } DAM_Data; #ifdef __cplusplus extern "C" { #endif /* Initializer values for message structs */ #define DAM_Data_init_default {0, 0, 0, 0} #define DAM_Data_init_zero {0, 0, 0, 0} /* Field tags (for use in manual encoding/decoding) */ #define DAM_Data_DO0_tag 1 #define DAM_Data_DO1_tag 2 #define DAM_Data_DO2_tag 3 #define DAM_Data_DO3_tag 4 /* Struct field encoding specification for nanopb */ #define DAM_Data_FIELDLIST(X, a) \ X(a, STATIC, SINGULAR, INT32, DO0, 1) \ X(a, STATIC, SINGULAR, INT32, DO1, 2) \ X(a, STATIC, SINGULAR, INT32, DO2, 3) \ X(a, STATIC, SINGULAR, INT32, DO3, 4) #define DAM_Data_CALLBACK NULL #define DAM_Data_DEFAULT NULL extern const pb_msgdesc_t DAM_Data_msg; /* Defines for backwards compatibility with code written before nanopb-0.4.0 */ #define DAM_Data_fields &DAM_Data_msg /* Maximum encoded size of messages (where known) */ #define BSP_DAM_PB_H_MAX_SIZE DAM_Data_size #define DAM_Data_size 44 #ifdef __cplusplus } /* extern "C" */ #endif #endif