#include <protobuf-c/protobuf-c.h>
Go to the source code of this file.
◆ TCP__TCP_SCHEMA__INIT
#define TCP__TCP_SCHEMA__INIT |
Value: { \
, (char *)protobuf_c_empty_string, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \
0, 0 \
}
const ProtobufCMessageDescriptor tcp__tcp_schema__descriptor
Definition: tcp.pb-c.c:160
◆ Tcp__TcpSchema
◆ Tcp__TcpSchema_Closure
typedef void(* Tcp__TcpSchema_Closure) (const Tcp__TcpSchema *message, void *closure_data) |
◆ tcp__tcp_schema__free_unpacked()
void tcp__tcp_schema__free_unpacked |
( |
Tcp__TcpSchema * |
message, |
|
|
ProtobufCAllocator * |
allocator |
|
) |
| |
◆ tcp__tcp_schema__get_packed_size()
size_t tcp__tcp_schema__get_packed_size |
( |
const Tcp__TcpSchema * |
message | ) |
|
◆ tcp__tcp_schema__init()
◆ tcp__tcp_schema__pack()
size_t tcp__tcp_schema__pack |
( |
const Tcp__TcpSchema * |
message, |
|
|
uint8_t * |
out |
|
) |
| |
◆ tcp__tcp_schema__pack_to_buffer()
size_t tcp__tcp_schema__pack_to_buffer |
( |
const Tcp__TcpSchema * |
message, |
|
|
ProtobufCBuffer * |
buffer |
|
) |
| |
◆ tcp__tcp_schema__unpack()
Tcp__TcpSchema* tcp__tcp_schema__unpack |
( |
ProtobufCAllocator * |
allocator, |
|
|
size_t |
len, |
|
|
const uint8_t * |
data |
|
) |
| |
◆ tcp__tcp_schema__descriptor
const ProtobufCMessageDescriptor tcp__tcp_schema__descriptor |
|
extern |