MOS Source Code
Loading...
Searching...
No Matches
cxx_callback_datatype.cpp File Reference
#include "message.pb.hpp"
#include <pb_encode.h>
#include <pb_decode.h>
#include <algorithm>
#include <cstdio>
+ Include dependency graph for cxx_callback_datatype.cpp:

Go to the source code of this file.

Functions

bool TestMessage_values_callback (pb_istream_t *istream, pb_ostream_t *ostream, const pb_field_t *field)
 
bool TestMessage_callback (pb_istream_t *istream, pb_ostream_t *ostream, const pb_field_t *field)
 
int main ()
 

Function Documentation

◆ TestMessage_values_callback()

bool TestMessage_values_callback ( pb_istream_t * istream,
pb_ostream_t * ostream,
const pb_field_t * field )

Definition at line 11 of file cxx_callback_datatype.cpp.

Referenced by TestMessage_callback().

+ Here is the call graph for this function:

◆ TestMessage_callback()

bool TestMessage_callback ( pb_istream_t * istream,
pb_ostream_t * ostream,
const pb_field_t * field )

Definition at line 39 of file cxx_callback_datatype.cpp.

+ Here is the call graph for this function:

◆ main()

int main ( void )

Definition at line 48 of file cxx_callback_datatype.cpp.

+ Here is the call graph for this function: