1 /* Automatically generated nanopb constant definitions */
2 /* Generated by nanopb-0.4.0-dev */
3 
4 #include "alltypes_legacy.h"
5 
6 /* @@protoc_insertion_point(includes) */
7 #if PB_PROTO_HEADER_VERSION != 40
8 #error Regenerate this file with the current version of nanopb generator.
9 #endif
10 
11 pb_byte_t SubMessage_DEFAULT[] = {0x0a, 0x01, 0x31, 0x10, 0x02, 0x1d, 0x03, 0x00, 0x00, 0x00, 0x00};
12 pb_byte_t EmptyMessage_DEFAULT[] = {0x00};
13 pb_byte_t Limits_DEFAULT[] = {0x08, 0xff, 0xff, 0xff, 0xff, 0x07, 0x10, 0x81, 0x80, 0x80, 0x80, 0xf8, 0xff, 0xff, 0xff, 0xff, 0x01, 0x18, 0xff, 0xff, 0xff, 0xff, 0x0f, 0x20, 0x00, 0x28, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x7f, 0x30, 0x81, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x01, 0x38, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x01, 0x40, 0x00, 0x48, 0xff, 0xff, 0xff, 0xff, 0x07, 0x50, 0x81, 0x80, 0x80, 0x80, 0xf8, 0xff, 0xff, 0xff, 0xff, 0x01, 0x00};
14 pb_byte_t AllTypes_DEFAULT[] = {0xc8, 0x02, 0xc9, 0x1f, 0xd0, 0x02, 0xca, 0x1f, 0xd8, 0x02, 0xcb, 0x1f, 0xe0, 0x02, 0xcc, 0x1f, 0xe8, 0x02, 0x9a, 0x3f, 0xf0, 0x02, 0x9c, 0x3f, 0xf8, 0x02, 0x00, 0x85, 0x03, 0xd0, 0x0f, 0x00, 0x00, 0x8d, 0x03, 0xd1, 0x0f, 0x00, 0x00, 0x95, 0x03, 0x00, 0x20, 0x7d, 0x45, 0x99, 0x03, 0xd3, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xa1, 0x03, 0xd4, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xa9, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0xaa, 0xaf, 0x40, 0xb2, 0x03, 0x04, 0x34, 0x30, 0x35, 0x34, 0xba, 0x03, 0x04, 0x34, 0x30, 0x35, 0x35, 0xc8, 0x03, 0x02, 0x00};
15 
16 
17 PB_BIND(SubMessage, SubMessage, AUTO)
18 
19 
20 PB_BIND(EmptyMessage, EmptyMessage, AUTO)
21 
22 
23 PB_BIND(Limits, Limits, AUTO)
24 
25 
26 PB_BIND(AllTypes, AllTypes, 2)
27 
28 
29 
30 
31 #ifndef PB_CONVERT_DOUBLE_FLOAT
32 /* On some platforms (such as AVR), double is really float.
33  * Using double on these platforms is not directly supported
34  * by nanopb, but see example_avr_double.
35  * To get rid of this error, remove any double fields from your .proto.
36  */
37 PB_STATIC_ASSERT(sizeof(double) == 8, DOUBLE_MUST_BE_8_BYTES)
38 #endif
39 
40 /* @@protoc_insertion_point(eof) */
41