MOS Source Code
|
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <pb_decode.h>
#include <pb_common.h>
#include "unionproto.pb.h"
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 () |
const pb_msgdesc_t * decode_unionmessage_type | ( | pb_istream_t * | stream | ) |