init
Some checks failed
check / check (push) Failing after 22s
bump / bump (push) Failing after 27s
vulnerable / flake (push) Failing after 32s
vulnerable / actions (push) Failing after 28s
update / renovate (push) Failing after 28s

This commit is contained in:
2026-03-26 16:34:22 -04:00
parent 24059f9660
commit 99dff7586e
156 changed files with 8152 additions and 45 deletions

23
vendor/protobuf/readgroup/v2/end.pb.c vendored Normal file
View File

@@ -0,0 +1,23 @@
/* Automatically generated nanopb constant definitions */
/* Generated by nanopb-0.4.9 */
#include "readgroup/v2/end.pb.h"
#if PB_PROTO_HEADER_VERSION != 40
#error Regenerate this file with the current version of nanopb generator.
#endif
PB_BIND(readgroup_v2_EndReadGroupRequest, readgroup_v2_EndReadGroupRequest, AUTO)
PB_BIND(readgroup_v2_EndReadGroupResponse, readgroup_v2_EndReadGroupResponse, 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

96
vendor/protobuf/readgroup/v2/end.pb.h vendored Normal file
View File

@@ -0,0 +1,96 @@
/* Automatically generated nanopb header */
/* Generated by nanopb-0.4.9 */
#ifndef PB_READGROUP_V2_READGROUP_V2_END_PB_H_INCLUDED
#define PB_READGROUP_V2_READGROUP_V2_END_PB_H_INCLUDED
#include <pb.h>
#include "google/protobuf/timestamp.pb.h"
#include "util/uuid.pb.h"
#if PB_PROTO_HEADER_VERSION != 40
#error Regenerate this file with the current version of nanopb generator.
#endif
/* Struct definitions */
typedef struct _readgroup_v2_EndReadGroupRequest {
bool has_group_id;
util_UUID group_id;
bool has_reader_id;
util_UUID reader_id;
uint32_t antenna;
pb_callback_t epc;
bool has_timestamp;
google_protobuf_Timestamp timestamp;
int32_t peak_rssi;
double skew_rssi;
double variance_rssi;
double entropy_rssi;
pb_callback_t signals;
} readgroup_v2_EndReadGroupRequest;
typedef struct _readgroup_v2_EndReadGroupResponse {
char dummy_field;
} readgroup_v2_EndReadGroupResponse;
#ifdef __cplusplus
extern "C" {
#endif
/* Initializer values for message structs */
#define readgroup_v2_EndReadGroupRequest_init_default {false, util_UUID_init_default, false, util_UUID_init_default, 0, {{NULL}, NULL}, false, google_protobuf_Timestamp_init_default, 0, 0, 0, 0, {{NULL}, NULL}}
#define readgroup_v2_EndReadGroupResponse_init_default {0}
#define readgroup_v2_EndReadGroupRequest_init_zero {false, util_UUID_init_zero, false, util_UUID_init_zero, 0, {{NULL}, NULL}, false, google_protobuf_Timestamp_init_zero, 0, 0, 0, 0, {{NULL}, NULL}}
#define readgroup_v2_EndReadGroupResponse_init_zero {0}
/* Field tags (for use in manual encoding/decoding) */
#define readgroup_v2_EndReadGroupRequest_group_id_tag 1
#define readgroup_v2_EndReadGroupRequest_reader_id_tag 2
#define readgroup_v2_EndReadGroupRequest_antenna_tag 3
#define readgroup_v2_EndReadGroupRequest_epc_tag 4
#define readgroup_v2_EndReadGroupRequest_timestamp_tag 5
#define readgroup_v2_EndReadGroupRequest_peak_rssi_tag 6
#define readgroup_v2_EndReadGroupRequest_skew_rssi_tag 7
#define readgroup_v2_EndReadGroupRequest_variance_rssi_tag 8
#define readgroup_v2_EndReadGroupRequest_entropy_rssi_tag 9
#define readgroup_v2_EndReadGroupRequest_signals_tag 10
/* Struct field encoding specification for nanopb */
#define readgroup_v2_EndReadGroupRequest_FIELDLIST(X, a) \
X(a, STATIC, OPTIONAL, MESSAGE, group_id, 1) \
X(a, STATIC, OPTIONAL, MESSAGE, reader_id, 2) \
X(a, STATIC, SINGULAR, UINT32, antenna, 3) \
X(a, CALLBACK, SINGULAR, STRING, epc, 4) \
X(a, STATIC, OPTIONAL, MESSAGE, timestamp, 5) \
X(a, STATIC, SINGULAR, SINT32, peak_rssi, 6) \
X(a, STATIC, SINGULAR, DOUBLE, skew_rssi, 7) \
X(a, STATIC, SINGULAR, DOUBLE, variance_rssi, 8) \
X(a, STATIC, SINGULAR, DOUBLE, entropy_rssi, 9) \
X(a, CALLBACK, REPEATED, UINT32, signals, 10)
#define readgroup_v2_EndReadGroupRequest_CALLBACK pb_default_field_callback
#define readgroup_v2_EndReadGroupRequest_DEFAULT NULL
#define readgroup_v2_EndReadGroupRequest_group_id_MSGTYPE util_UUID
#define readgroup_v2_EndReadGroupRequest_reader_id_MSGTYPE util_UUID
#define readgroup_v2_EndReadGroupRequest_timestamp_MSGTYPE google_protobuf_Timestamp
#define readgroup_v2_EndReadGroupResponse_FIELDLIST(X, a) \
#define readgroup_v2_EndReadGroupResponse_CALLBACK NULL
#define readgroup_v2_EndReadGroupResponse_DEFAULT NULL
extern const pb_msgdesc_t readgroup_v2_EndReadGroupRequest_msg;
extern const pb_msgdesc_t readgroup_v2_EndReadGroupResponse_msg;
/* Defines for backwards compatibility with code written before nanopb-0.4.0 */
#define readgroup_v2_EndReadGroupRequest_fields &readgroup_v2_EndReadGroupRequest_msg
#define readgroup_v2_EndReadGroupResponse_fields &readgroup_v2_EndReadGroupResponse_msg
/* Maximum encoded size of messages (where known) */
/* readgroup_v2_EndReadGroupRequest_size depends on runtime parameters */
#define readgroup_v2_EndReadGroupResponse_size 0
#ifdef __cplusplus
} /* extern "C" */
#endif
#endif

View File

@@ -0,0 +1,9 @@
/* Automatically generated nanopb constant definitions */
/* Generated by nanopb-0.4.9 */
#include "readgroup/v2/service.pb.h"
#if PB_PROTO_HEADER_VERSION != 40
#error Regenerate this file with the current version of nanopb generator.
#endif

View File

@@ -0,0 +1,22 @@
/* Automatically generated nanopb header */
/* Generated by nanopb-0.4.9 */
#ifndef PB_READGROUP_V2_READGROUP_V2_SERVICE_PB_H_INCLUDED
#define PB_READGROUP_V2_READGROUP_V2_SERVICE_PB_H_INCLUDED
#include <pb.h>
#include "readgroup/v2/end.pb.h"
#include "readgroup/v2/start.pb.h"
#if PB_PROTO_HEADER_VERSION != 40
#error Regenerate this file with the current version of nanopb generator.
#endif
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
} /* extern "C" */
#endif
#endif

15
vendor/protobuf/readgroup/v2/start.pb.c vendored Normal file
View File

@@ -0,0 +1,15 @@
/* Automatically generated nanopb constant definitions */
/* Generated by nanopb-0.4.9 */
#include "readgroup/v2/start.pb.h"
#if PB_PROTO_HEADER_VERSION != 40
#error Regenerate this file with the current version of nanopb generator.
#endif
PB_BIND(readgroup_v2_StartReadGroupRequest, readgroup_v2_StartReadGroupRequest, AUTO)
PB_BIND(readgroup_v2_StartReadGroupResponse, readgroup_v2_StartReadGroupResponse, AUTO)

90
vendor/protobuf/readgroup/v2/start.pb.h vendored Normal file
View File

@@ -0,0 +1,90 @@
/* Automatically generated nanopb header */
/* Generated by nanopb-0.4.9 */
#ifndef PB_READGROUP_V2_READGROUP_V2_START_PB_H_INCLUDED
#define PB_READGROUP_V2_READGROUP_V2_START_PB_H_INCLUDED
#include <pb.h>
#include "google/protobuf/timestamp.pb.h"
#include "util/uuid.pb.h"
#if PB_PROTO_HEADER_VERSION != 40
#error Regenerate this file with the current version of nanopb generator.
#endif
/* Struct definitions */
typedef struct _readgroup_v2_StartReadGroupRequest {
bool has_reader_id;
util_UUID reader_id;
uint32_t antenna;
pb_callback_t epc;
bool has_latitude;
float latitude;
bool has_longitude;
float longitude;
bool has_timestamp;
google_protobuf_Timestamp timestamp;
} readgroup_v2_StartReadGroupRequest;
typedef struct _readgroup_v2_StartReadGroupResponse {
bool has_group_id;
util_UUID group_id;
} readgroup_v2_StartReadGroupResponse;
#ifdef __cplusplus
extern "C" {
#endif
/* Initializer values for message structs */
#define readgroup_v2_StartReadGroupRequest_init_default {false, util_UUID_init_default, 0, {{NULL}, NULL}, false, 0, false, 0, false, google_protobuf_Timestamp_init_default}
#define readgroup_v2_StartReadGroupResponse_init_default {false, util_UUID_init_default}
#define readgroup_v2_StartReadGroupRequest_init_zero {false, util_UUID_init_zero, 0, {{NULL}, NULL}, false, 0, false, 0, false, google_protobuf_Timestamp_init_zero}
#define readgroup_v2_StartReadGroupResponse_init_zero {false, util_UUID_init_zero}
/* Field tags (for use in manual encoding/decoding) */
#define readgroup_v2_StartReadGroupRequest_reader_id_tag 1
#define readgroup_v2_StartReadGroupRequest_antenna_tag 2
#define readgroup_v2_StartReadGroupRequest_epc_tag 3
#define readgroup_v2_StartReadGroupRequest_latitude_tag 4
#define readgroup_v2_StartReadGroupRequest_longitude_tag 5
#define readgroup_v2_StartReadGroupRequest_timestamp_tag 6
#define readgroup_v2_StartReadGroupResponse_group_id_tag 1
/* Struct field encoding specification for nanopb */
#define readgroup_v2_StartReadGroupRequest_FIELDLIST(X, a) \
X(a, STATIC, OPTIONAL, MESSAGE, reader_id, 1) \
X(a, STATIC, SINGULAR, UINT32, antenna, 2) \
X(a, CALLBACK, SINGULAR, STRING, epc, 3) \
X(a, STATIC, OPTIONAL, FLOAT, latitude, 4) \
X(a, STATIC, OPTIONAL, FLOAT, longitude, 5) \
X(a, STATIC, OPTIONAL, MESSAGE, timestamp, 6)
#define readgroup_v2_StartReadGroupRequest_CALLBACK pb_default_field_callback
#define readgroup_v2_StartReadGroupRequest_DEFAULT NULL
#define readgroup_v2_StartReadGroupRequest_reader_id_MSGTYPE util_UUID
#define readgroup_v2_StartReadGroupRequest_timestamp_MSGTYPE google_protobuf_Timestamp
#define readgroup_v2_StartReadGroupResponse_FIELDLIST(X, a) \
X(a, STATIC, OPTIONAL, MESSAGE, group_id, 1)
#define readgroup_v2_StartReadGroupResponse_CALLBACK NULL
#define readgroup_v2_StartReadGroupResponse_DEFAULT NULL
#define readgroup_v2_StartReadGroupResponse_group_id_MSGTYPE util_UUID
extern const pb_msgdesc_t readgroup_v2_StartReadGroupRequest_msg;
extern const pb_msgdesc_t readgroup_v2_StartReadGroupResponse_msg;
/* Defines for backwards compatibility with code written before nanopb-0.4.0 */
#define readgroup_v2_StartReadGroupRequest_fields &readgroup_v2_StartReadGroupRequest_msg
#define readgroup_v2_StartReadGroupResponse_fields &readgroup_v2_StartReadGroupResponse_msg
/* Maximum encoded size of messages (where known) */
/* readgroup_v2_StartReadGroupRequest_size depends on runtime parameters */
#if defined(util_UUID_size)
#define READGROUP_V2_READGROUP_V2_START_PB_H_MAX_SIZE readgroup_v2_StartReadGroupResponse_size
#define readgroup_v2_StartReadGroupResponse_size (6 + util_UUID_size)
#endif
#ifdef __cplusplus
} /* extern "C" */
#endif
#endif