init
This commit is contained in:
48
vendor/protobuf/util/uuid.pb.h
vendored
Normal file
48
vendor/protobuf/util/uuid.pb.h
vendored
Normal file
@@ -0,0 +1,48 @@
|
||||
/* Automatically generated nanopb header */
|
||||
/* Generated by nanopb-0.4.9 */
|
||||
|
||||
#ifndef PB_UTIL_UTIL_UUID_PB_H_INCLUDED
|
||||
#define PB_UTIL_UTIL_UUID_PB_H_INCLUDED
|
||||
#include <pb.h>
|
||||
#include "buf/validate/validate.pb.h"
|
||||
|
||||
#if PB_PROTO_HEADER_VERSION != 40
|
||||
#error Regenerate this file with the current version of nanopb generator.
|
||||
#endif
|
||||
|
||||
/* Struct definitions */
|
||||
typedef struct _util_UUID {
|
||||
pb_callback_t value;
|
||||
} util_UUID;
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/* Initializer values for message structs */
|
||||
#define util_UUID_init_default {{{NULL}, NULL}}
|
||||
#define util_UUID_init_zero {{{NULL}, NULL}}
|
||||
|
||||
/* Field tags (for use in manual encoding/decoding) */
|
||||
#define util_UUID_value_tag 1
|
||||
|
||||
/* Struct field encoding specification for nanopb */
|
||||
#define util_UUID_FIELDLIST(X, a) \
|
||||
X(a, CALLBACK, SINGULAR, STRING, value, 1)
|
||||
#define util_UUID_CALLBACK pb_default_field_callback
|
||||
#define util_UUID_DEFAULT NULL
|
||||
|
||||
extern const pb_msgdesc_t util_UUID_msg;
|
||||
|
||||
/* Defines for backwards compatibility with code written before nanopb-0.4.0 */
|
||||
#define util_UUID_fields &util_UUID_msg
|
||||
|
||||
/* Maximum encoded size of messages (where known) */
|
||||
/* util_UUID_size depends on runtime parameters */
|
||||
|
||||
#ifdef __cplusplus
|
||||
} /* extern "C" */
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user