Trying to encode a configuration file and a set of instructions to be passed to a microcontroller

Dependencies:   MODSERIAL Nanopb

LEX_Initialisation.pb.c

Committer:
omatthews
Date:
2019-08-18
Revision:
5:72408582aadf
Parent:
2:89156c267f7a

File content as of revision 5:72408582aadf:

/* Automatically generated nanopb constant definitions */
/* Generated by nanopb-0.3.9.3 at Sun Aug 18 20:07:09 2019. */

#include "LEX_Initialisation.pb.h"

/* @@protoc_insertion_point(includes) */
#if PB_PROTO_HEADER_VERSION != 30
#error Regenerate this file with the current version of nanopb generator.
#endif



const pb_field_t SetPoint_fields[4] = {
    PB_FIELD(  1, FLOAT   , REQUIRED, STATIC  , FIRST, SetPoint, r_set_point, r_set_point, 0),
    PB_FIELD(  2, INT32   , REQUIRED, STATIC  , OTHER, SetPoint, time_point, r_set_point, 0),
    PB_FIELD(  3, INT32   , REQUIRED, STATIC  , OTHER, SetPoint, trig_time, time_point, 0),
    PB_LAST_FIELD
};

const pb_field_t Configuration_fields[2] = {
    PB_FIELD(  1, INT32   , REQUIRED, STATIC  , FIRST, Configuration, n_set_points, n_set_points, 0),
    PB_LAST_FIELD
};


/* @@protoc_insertion_point(eof) */