WPILibC++ 2025.1.1
|
#include <pb.h>
Public Attributes | ||
union { | ||
bool(* decode )(pb_istream_t *stream, const pb_field_t *field, void **arg) | ||
bool(* encode )(pb_ostream_t *stream, const pb_field_t *field, void *const *arg) | ||
} | funcs | |
void * | arg | |
void* pb_callback_s::arg |
bool(* pb_callback_s::decode) (pb_istream_t *stream, const pb_field_t *field, void **arg) |
bool(* pb_callback_s::encode) (pb_ostream_t *stream, const pb_field_t *field, void *const *arg) |
union { ... } pb_callback_s::funcs |