WXP C++ Library Version 6.74.6
Loading...
Searching...
No Matches
RcmRawData.h
1#ifndef _WINC_RCMRAWDATA
2#define _WINC_RCMRAWDATA
3
4namespace WXP {
11 struct RcmRawData {
12 char data[5000];
13 int len;
14 char id[10];
15 };
16}
17#endif
18
All WXP classes fall under the WXP namespace.
Definition: Angle.h:4
This struct holds the raw RCM data to be decoded.
Definition: RcmRawData.h:11
int len
Definition: RcmRawData.h:13
char data[5000]
Definition: RcmRawData.h:12