![]() |
MOS Source Code
|
#include <flakystream.h>
Public Attributes | |
| pb_istream_t | stream |
| const uint8_t * | buffer |
| size_t | position |
| size_t | msglen |
| size_t | fail_after |
Definition at line 9 of file flakystream.h.
| pb_istream_t stream |
Definition at line 10 of file flakystream.h.
Referenced by do_stream_decode(), and flakystream_init().
| const uint8_t* buffer |
Definition at line 11 of file flakystream.h.
Referenced by flakystream_callback(), and flakystream_init().
| size_t position |
Definition at line 12 of file flakystream.h.
Referenced by flakystream_callback(), and flakystream_init().
| size_t msglen |
Definition at line 13 of file flakystream.h.
Referenced by flakystream_callback(), and flakystream_init().
| size_t fail_after |
Definition at line 14 of file flakystream.h.
Referenced by flakystream_callback(), and flakystream_init().