MOS Source Code
Loading...
Searching...
No Matches
decode_callbacks.c File Reference
#include <stdio.h>
#include <pb_decode.h>
#include "callbacks.pb.h"
#include "test_helpers.h"
+ Include dependency graph for decode_callbacks.c:

Go to the source code of this file.

Functions

bool print_string (pb_istream_t *stream, const pb_field_t *field, void **arg)
 
bool print_int32 (pb_istream_t *stream, const pb_field_t *field, void **arg)
 
bool print_fixed32 (pb_istream_t *stream, const pb_field_t *field, void **arg)
 
bool print_fixed64 (pb_istream_t *stream, const pb_field_t *field, void **arg)
 
int main ()
 

Function Documentation

◆ print_string()

bool print_string ( pb_istream_t * stream,
const pb_field_t * field,
void ** arg )

Definition at line 10 of file decode_callbacks.c.

Referenced by main().

+ Here is the call graph for this function:

◆ print_int32()

bool print_int32 ( pb_istream_t * stream,
const pb_field_t * field,
void ** arg )

Definition at line 28 of file decode_callbacks.c.

Referenced by main().

+ Here is the call graph for this function:

◆ print_fixed32()

bool print_fixed32 ( pb_istream_t * stream,
const pb_field_t * field,
void ** arg )

Definition at line 38 of file decode_callbacks.c.

Referenced by main().

+ Here is the call graph for this function:

◆ print_fixed64()

bool print_fixed64 ( pb_istream_t * stream,
const pb_field_t * field,
void ** arg )

Definition at line 48 of file decode_callbacks.c.

Referenced by main().

+ Here is the call graph for this function:

◆ main()

int main ( void )

Definition at line 58 of file decode_callbacks.c.

+ Here is the call graph for this function: