MOS Source Code
Loading...
Searching...
No Matches
alltypes_legacy.c
Go to the documentation of this file.
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
11pb_byte_t SubMessage_DEFAULT[] = {0x0a, 0x01, 0x31, 0x10, 0x02, 0x1d, 0x03, 0x00, 0x00, 0x00, 0x00};
13pb_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};
14pb_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
18
19
21
22
23PB_BIND(Limits, Limits, AUTO)
24
25
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 */
37PB_STATIC_ASSERT(sizeof(double) == 8, DOUBLE_MUST_BE_8_BYTES)
38#endif
39
40/* @@protoc_insertion_point(eof) */
pb_byte_t EmptyMessage_DEFAULT[]
pb_byte_t AllTypes_DEFAULT[]
pb_byte_t SubMessage_DEFAULT[]
pb_byte_t Limits_DEFAULT[]
#define PB_STATIC_ASSERT(COND, MSG)
Definition pb.h:186
uint_least8_t pb_byte_t
Definition pb.h:227
#define PB_BIND(msgname, structname, width)
Definition pb.h:505