/* Automatically generated nanopb header */ /* Generated by nanopb-0.4.8 */ #ifndef PB_COM_PB_H_INCLUDED #define PB_COM_PB_H_INCLUDED #include "BSP/pb.h" #if PB_PROTO_HEADER_VERSION != 40 #error Regenerate this file with the current version of nanopb generator. #endif /* Struct definitions */ typedef struct _UplaodtoSerial { int32_t Speed_1; int32_t Speed_2; int32_t Speed_3; int32_t Speed_4; } UplaodtoSerial; #ifdef __cplusplus extern "C" { #endif /* Initializer values for message structs */ #define UplaodtoSerial_init_default {0, 0, 0, 0} #define UplaodtoSerial_init_zero {0, 0, 0, 0} /* Field tags (for use in manual encoding/decoding) */ #define UplaodtoSerial_Speed_1_tag 1 #define UplaodtoSerial_Speed_2_tag 2 #define UplaodtoSerial_Speed_3_tag 3 #define UplaodtoSerial_Speed_4_tag 4 /* Struct field encoding specification for nanopb */ #define UplaodtoSerial_FIELDLIST(X, a) \ X(a, STATIC, SINGULAR, INT32, Speed_1, 1) \ X(a, STATIC, SINGULAR, INT32, Speed_2, 2) \ X(a, STATIC, SINGULAR, INT32, Speed_3, 3) \ X(a, STATIC, SINGULAR, INT32, Speed_4, 4) #define UplaodtoSerial_CALLBACK NULL #define UplaodtoSerial_DEFAULT NULL extern const pb_msgdesc_t UplaodtoSerial_msg; /* Defines for backwards compatibility with code written before nanopb-0.4.0 */ #define UplaodtoSerial_fields &UplaodtoSerial_msg /* Maximum encoded size of messages (where known) */ #define COM_PB_H_MAX_SIZE UplaodtoSerial_size #define UplaodtoSerial_size 44 #ifdef __cplusplus } /* extern "C" */ #endif #endif