EDGESEC  0.1.0-alpha.0+sha.ca29a8277b72f80785649ea9ef9cd7edf642d939
Secure router - reference implementation
Data Structures | Macros | Typedefs | Functions | Variables
udp.pb-c.h File Reference
#include <protobuf-c/protobuf-c.h>
Include dependency graph for udp.pb-c.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  Udp__UdpSchema
 

Macros

#define UDP__UDP_SCHEMA__INIT
 

Typedefs

typedef typedefPROTOBUF_C__BEGIN_DECLS struct Udp__UdpSchema Udp__UdpSchema
 
typedef void(* Udp__UdpSchema_Closure) (const Udp__UdpSchema *message, void *closure_data)
 

Functions

void udp__udp_schema__init (Udp__UdpSchema *message)
 
size_t udp__udp_schema__get_packed_size (const Udp__UdpSchema *message)
 
size_t udp__udp_schema__pack (const Udp__UdpSchema *message, uint8_t *out)
 
size_t udp__udp_schema__pack_to_buffer (const Udp__UdpSchema *message, ProtobufCBuffer *buffer)
 
Udp__UdpSchemaudp__udp_schema__unpack (ProtobufCAllocator *allocator, size_t len, const uint8_t *data)
 
void udp__udp_schema__free_unpacked (Udp__UdpSchema *message, ProtobufCAllocator *allocator)
 

Variables

const ProtobufCMessageDescriptor udp__udp_schema__descriptor
 

Macro Definition Documentation

◆ UDP__UDP_SCHEMA__INIT

#define UDP__UDP_SCHEMA__INIT
Value:
{ \
PROTOBUF_C_MESSAGE_INIT(&udp__udp_schema__descriptor) \
, (char *)protobuf_c_empty_string, 0, 0, 0, 0 \
}
const ProtobufCMessageDescriptor udp__udp_schema__descriptor
Definition: udp.pb-c.c:83

Typedef Documentation

◆ Udp__UdpSchema

typedef typedefPROTOBUF_C__BEGIN_DECLS struct Udp__UdpSchema Udp__UdpSchema

◆ Udp__UdpSchema_Closure

typedef void(* Udp__UdpSchema_Closure) (const Udp__UdpSchema *message, void *closure_data)

Function Documentation

◆ udp__udp_schema__free_unpacked()

void udp__udp_schema__free_unpacked ( Udp__UdpSchema message,
ProtobufCAllocator *  allocator 
)

◆ udp__udp_schema__get_packed_size()

size_t udp__udp_schema__get_packed_size ( const Udp__UdpSchema message)

◆ udp__udp_schema__init()

void udp__udp_schema__init ( Udp__UdpSchema message)

◆ udp__udp_schema__pack()

size_t udp__udp_schema__pack ( const Udp__UdpSchema message,
uint8_t *  out 
)

◆ udp__udp_schema__pack_to_buffer()

size_t udp__udp_schema__pack_to_buffer ( const Udp__UdpSchema message,
ProtobufCBuffer *  buffer 
)

◆ udp__udp_schema__unpack()

Udp__UdpSchema* udp__udp_schema__unpack ( ProtobufCAllocator *  allocator,
size_t  len,
const uint8_t *  data 
)

Variable Documentation

◆ udp__udp_schema__descriptor

const ProtobufCMessageDescriptor udp__udp_schema__descriptor
extern