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

Go to the source code of this file.

Functions

bool print_person (pb_istream_t *stream)
 
bool callback (pb_istream_t *stream, uint8_t *buf, size_t count)
 
int main ()
 

Function Documentation

◆ print_person()

bool print_person ( pb_istream_t * stream)

Definition at line 12 of file decode_stream.c.

Referenced by main().

+ Here is the call graph for this function:

◆ callback()

bool callback ( pb_istream_t * stream,
uint8_t * buf,
size_t count )

Definition at line 58 of file decode_stream.c.

Referenced by main(), pb_dec_submessage(), pb_enc_submessage(), pml1_traverse(), pml3_traverse(), pml4_traverse(), pml5_traverse(), and power_register_shutdown_callback().

+ Here is the call graph for this function:

◆ main()

int main ( void )

Definition at line 74 of file decode_stream.c.

+ Here is the call graph for this function: