MOS Source Code
|
#include "message.pb.hpp"
#include <pb_encode.h>
#include <pb_decode.h>
#include <algorithm>
#include <cstdio>
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 () |
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().
bool TestMessage_callback | ( | pb_istream_t * | istream, |
pb_ostream_t * | ostream, | ||
const pb_field_t * | field ) |