MOS Source Code
Loading...
Searching...
No Matches
decode.c File Reference
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <pb_decode.h>
#include <pb_common.h>
#include "unionproto.pb.h"
Include dependency graph for decode.c:

Go to the source code of this file.

Functions

const pb_msgdesc_t * decode_unionmessage_type (pb_istream_t *stream)
bool decode_unionmessage_contents (pb_istream_t *stream, const pb_msgdesc_t *messagetype, void *dest_struct)
int main ()

Function Documentation

◆ decode_unionmessage_type()

const pb_msgdesc_t * decode_unionmessage_type ( pb_istream_t * stream)

Definition at line 18 of file decode.c.

Referenced by main().

Here is the call graph for this function:

◆ decode_unionmessage_contents()

bool decode_unionmessage_contents ( pb_istream_t * stream,
const pb_msgdesc_t * messagetype,
void * dest_struct )

Definition at line 44 of file decode.c.

Referenced by main().

Here is the call graph for this function:

◆ main()

int main ( void )

Definition at line 56 of file decode.c.

Here is the call graph for this function: