#include <nuppeldecoder.h>
Definition at line 18 of file nuppeldecoder.h.
Public Member Functions | |
| RawDataList (struct rtframeheader frameh, unsigned char *data) | |
| ~RawDataList () | |
Public Attributes | |
| struct rtframeheader | frameheader |
| unsigned char * | packet |
| RawDataList::RawDataList | ( | struct rtframeheader | frameh, | |
| unsigned char * | data | |||
| ) | [inline] |
Definition at line 21 of file nuppeldecoder.h.
| RawDataList::~RawDataList | ( | ) | [inline] |
Definition at line 23 of file nuppeldecoder.h.
struct rtframeheader RawDataList::frameheader [read] |
Definition at line 25 of file nuppeldecoder.h.
Referenced by RawDataList(), and NuppelDecoder::WriteStoredData().
| unsigned char* RawDataList::packet |
Definition at line 26 of file nuppeldecoder.h.
Referenced by RawDataList(), NuppelDecoder::WriteStoredData(), and ~RawDataList().
1.5.5