/* Automatically generated nanopb header */ /* Generated by nanopb-0.4.4 */ #ifndef PB_CANNEDMESSAGES_PB_H_INCLUDED #define PB_CANNEDMESSAGES_PB_H_INCLUDED #include #if PB_PROTO_HEADER_VERSION != 40 #error Regenerate this file with the current version of nanopb generator. #endif /* Struct definitions */ typedef struct _CannedMessagePluginMessagePart1 { char text[200]; } CannedMessagePluginMessagePart1; typedef struct _CannedMessagePluginMessagePart2 { char text[200]; } CannedMessagePluginMessagePart2; typedef struct _CannedMessagePluginMessagePart3 { char text[200]; } CannedMessagePluginMessagePart3; typedef struct _CannedMessagePluginMessagePart4 { char text[200]; } CannedMessagePluginMessagePart4; typedef struct _CannedMessagePluginMessagePart5 { char text[200]; } CannedMessagePluginMessagePart5; #ifdef __cplusplus extern "C" { #endif /* Initializer values for message structs */ #define CannedMessagePluginMessagePart1_init_default {""} #define CannedMessagePluginMessagePart2_init_default {""} #define CannedMessagePluginMessagePart3_init_default {""} #define CannedMessagePluginMessagePart4_init_default {""} #define CannedMessagePluginMessagePart5_init_default {""} #define CannedMessagePluginMessagePart1_init_zero {""} #define CannedMessagePluginMessagePart2_init_zero {""} #define CannedMessagePluginMessagePart3_init_zero {""} #define CannedMessagePluginMessagePart4_init_zero {""} #define CannedMessagePluginMessagePart5_init_zero {""} /* Field tags (for use in manual encoding/decoding) */ #define CannedMessagePluginMessagePart1_text_tag 1 #define CannedMessagePluginMessagePart2_text_tag 1 #define CannedMessagePluginMessagePart3_text_tag 1 #define CannedMessagePluginMessagePart4_text_tag 1 #define CannedMessagePluginMessagePart5_text_tag 1 /* Struct field encoding specification for nanopb */ #define CannedMessagePluginMessagePart1_FIELDLIST(X, a) \ X(a, STATIC, SINGULAR, STRING, text, 1) #define CannedMessagePluginMessagePart1_CALLBACK NULL #define CannedMessagePluginMessagePart1_DEFAULT NULL #define CannedMessagePluginMessagePart2_FIELDLIST(X, a) \ X(a, STATIC, SINGULAR, STRING, text, 1) #define CannedMessagePluginMessagePart2_CALLBACK NULL #define CannedMessagePluginMessagePart2_DEFAULT NULL #define CannedMessagePluginMessagePart3_FIELDLIST(X, a) \ X(a, STATIC, SINGULAR, STRING, text, 1) #define CannedMessagePluginMessagePart3_CALLBACK NULL #define CannedMessagePluginMessagePart3_DEFAULT NULL #define CannedMessagePluginMessagePart4_FIELDLIST(X, a) \ X(a, STATIC, SINGULAR, STRING, text, 1) #define CannedMessagePluginMessagePart4_CALLBACK NULL #define CannedMessagePluginMessagePart4_DEFAULT NULL #define CannedMessagePluginMessagePart5_FIELDLIST(X, a) \ X(a, STATIC, SINGULAR, STRING, text, 1) #define CannedMessagePluginMessagePart5_CALLBACK NULL #define CannedMessagePluginMessagePart5_DEFAULT NULL extern const pb_msgdesc_t CannedMessagePluginMessagePart1_msg; extern const pb_msgdesc_t CannedMessagePluginMessagePart2_msg; extern const pb_msgdesc_t CannedMessagePluginMessagePart3_msg; extern const pb_msgdesc_t CannedMessagePluginMessagePart4_msg; extern const pb_msgdesc_t CannedMessagePluginMessagePart5_msg; /* Defines for backwards compatibility with code written before nanopb-0.4.0 */ #define CannedMessagePluginMessagePart1_fields &CannedMessagePluginMessagePart1_msg #define CannedMessagePluginMessagePart2_fields &CannedMessagePluginMessagePart2_msg #define CannedMessagePluginMessagePart3_fields &CannedMessagePluginMessagePart3_msg #define CannedMessagePluginMessagePart4_fields &CannedMessagePluginMessagePart4_msg #define CannedMessagePluginMessagePart5_fields &CannedMessagePluginMessagePart5_msg /* Maximum encoded size of messages (where known) */ #define CannedMessagePluginMessagePart1_size 202 #define CannedMessagePluginMessagePart2_size 202 #define CannedMessagePluginMessagePart3_size 202 #define CannedMessagePluginMessagePart4_size 202 #define CannedMessagePluginMessagePart5_size 202 #ifdef __cplusplus } /* extern "C" */ #endif #endif