Home | History | Annotate | Download | only in simple
      1 /* Automatically generated nanopb header */
      2 /* Generated by nanopb-0.3.9.1 at Fri May 25 16:28:54 2018. */
      3 
      4 #ifndef PB_SIMPLE_PB_H_INCLUDED
      5 #define PB_SIMPLE_PB_H_INCLUDED
      6 #include <pb.h>
      7 
      8 /* @@protoc_insertion_point(includes) */
      9 #if PB_PROTO_HEADER_VERSION != 30
     10 #error Regenerate this file with the current version of nanopb generator.
     11 #endif
     12 
     13 #ifdef __cplusplus
     14 extern "C" {
     15 #endif
     16 
     17 /* Struct definitions */
     18 typedef struct _SimpleMessage {
     19     int32_t lucky_number;
     20 /* @@protoc_insertion_point(struct:SimpleMessage) */
     21 } SimpleMessage;
     22 
     23 /* Default values for struct fields */
     24 
     25 /* Initializer values for message structs */
     26 #define SimpleMessage_init_default               {0}
     27 #define SimpleMessage_init_zero                  {0}
     28 
     29 /* Field tags (for use in manual encoding/decoding) */
     30 #define SimpleMessage_lucky_number_tag           1
     31 
     32 /* Struct field encoding specification for nanopb */
     33 extern const pb_field_t SimpleMessage_fields[2];
     34 
     35 /* Maximum encoded size of messages (where known) */
     36 #define SimpleMessage_size                       11
     37 
     38 /* Message IDs (where set with "msgid" option) */
     39 #ifdef PB_MSGID
     40 
     41 #define SIMPLE_MESSAGES \
     42 
     43 
     44 #endif
     45 
     46 #ifdef __cplusplus
     47 } /* extern "C" */
     48 #endif
     49 /* @@protoc_insertion_point(eof) */
     50 
     51 #endif
     52