48 lines
1.1 KiB
C
48 lines
1.1 KiB
C
/* Automatically generated nanopb constant definitions */
|
|
/* Generated by nanopb-0.4.9 */
|
|
|
|
#include "util/between.pb.h"
|
|
#if PB_PROTO_HEADER_VERSION != 40
|
|
#error Regenerate this file with the current version of nanopb generator.
|
|
#endif
|
|
|
|
PB_BIND(util_Int32Between, util_Int32Between, AUTO)
|
|
|
|
|
|
PB_BIND(util_UInt32Between, util_UInt32Between, AUTO)
|
|
|
|
|
|
PB_BIND(util_SInt32Between, util_SInt32Between, AUTO)
|
|
|
|
|
|
PB_BIND(util_Int64Between, util_Int64Between, AUTO)
|
|
|
|
|
|
PB_BIND(util_UInt64Between, util_UInt64Between, AUTO)
|
|
|
|
|
|
PB_BIND(util_SInt64Between, util_SInt64Between, AUTO)
|
|
|
|
|
|
PB_BIND(util_FloatBetween, util_FloatBetween, AUTO)
|
|
|
|
|
|
PB_BIND(util_DoubleBetween, util_DoubleBetween, AUTO)
|
|
|
|
|
|
PB_BIND(util_TimestampBetween, util_TimestampBetween, AUTO)
|
|
|
|
|
|
PB_BIND(util_DurationBetween, util_DurationBetween, AUTO)
|
|
|
|
|
|
|
|
#ifndef PB_CONVERT_DOUBLE_FLOAT
|
|
/* On some platforms (such as AVR), double is really float.
|
|
* To be able to encode/decode double on these platforms, you need.
|
|
* to define PB_CONVERT_DOUBLE_FLOAT in pb.h or compiler command line.
|
|
*/
|
|
PB_STATIC_ASSERT(sizeof(double) == 8, DOUBLE_MUST_BE_8_BYTES)
|
|
#endif
|
|
|