1 /* Automatically generated nanopb header */
2 /* Generated by nanopb-0.3.7-dev */
4 #ifndef PB_GOOGLE_PROTOBUF_TIMESTAMP_PB_H_INCLUDED
5 #define PB_GOOGLE_PROTOBUF_TIMESTAMP_PB_H_INCLUDED
7 /* @@protoc_insertion_point(includes) */
8 #if PB_PROTO_HEADER_VERSION != 30
9 #error Regenerate this file with the current version of nanopb generator.
16 /* Struct definitions */
17 typedef struct _google_protobuf_Timestamp {
22 /* @@protoc_insertion_point(struct:google_protobuf_Timestamp) */
23 } google_protobuf_Timestamp;
25 /* Default values for struct fields */
27 /* Initializer values for message structs */
28 #define google_protobuf_Timestamp_init_default {false, 0, false, 0}
29 #define google_protobuf_Timestamp_init_zero {false, 0, false, 0}
31 /* Field tags (for use in manual encoding/decoding) */
32 #define google_protobuf_Timestamp_seconds_tag 1
33 #define google_protobuf_Timestamp_nanos_tag 2
35 /* Struct field encoding specification for nanopb */
36 extern const pb_field_t google_protobuf_Timestamp_fields[3];
38 /* Maximum encoded size of messages (where known) */
39 #define google_protobuf_Timestamp_size 22
41 /* Message IDs (where set with "msgid" option) */
44 #define TIMESTAMP_MESSAGES \
52 /* @@protoc_insertion_point(eof) */