mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-10 21:47:04 +03:00
more missing stuff
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#pragma once
|
||||
|
||||
#include <pb.h>
|
||||
|
||||
/// Set of helper methods that simplify nanopb usage in C++.
|
||||
namespace bell::nanopb {
|
||||
bool encodeString(pb_ostream_t* stream, const pb_field_t* field,
|
||||
void* const* arg);
|
||||
|
||||
bool encodeVector(pb_ostream_t* stream, const pb_field_t* field,
|
||||
void* const* arg);
|
||||
|
||||
bool encodeBoolean(pb_ostream_t* stream, const pb_field_t* field,
|
||||
void* const* arg);
|
||||
} // namespace bell::nanopb
|
||||
Reference in New Issue
Block a user