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

Go to the source code of this file.

Functions

bool encode_unionmessage (pb_ostream_t *stream, const pb_msgdesc_t *messagetype, void *message)
 
int main (int argc, char **argv)
 

Function Documentation

◆ encode_unionmessage()

bool encode_unionmessage ( pb_ostream_t * stream,
const pb_msgdesc_t * messagetype,
void * message )

Definition at line 18 of file encode.c.

Referenced by main().

+ Here is the call graph for this function:

◆ main()

int main ( int argc,
char ** argv )

Definition at line 41 of file encode.c.

+ Here is the call graph for this function: