OpenCPN Partial API docs
|
Public Attributes | |
wxDateTime | time_arrived |
time of last fragment. | |
CanHeader | header |
Can header, used to "map" the incoming fast message fragments. | |
unsigned int | sid |
Sequence identifier, used to check if a received message is the next message in the sequence. | |
unsigned int | expected_length |
total data length from first frame | |
unsigned int | cursor |
cursor into the current position in data. | |
std::vector< unsigned char > | data |
Received data. | |
Definition at line 80 of file comm_can_util.h.
|
inline |
Definition at line 82 of file comm_can_util.h.
unsigned int FastMessageMap::Entry::cursor |
cursor into the current position in data.
Definition at line 98 of file comm_can_util.h.
std::vector<unsigned char> FastMessageMap::Entry::data |
Received data.
Definition at line 99 of file comm_can_util.h.
unsigned int FastMessageMap::Entry::expected_length |
total data length from first frame
Definition at line 97 of file comm_can_util.h.
CanHeader FastMessageMap::Entry::header |
Can header, used to "map" the incoming fast message fragments.
Definition at line 91 of file comm_can_util.h.
unsigned int FastMessageMap::Entry::sid |
Sequence identifier, used to check if a received message is the next message in the sequence.
Definition at line 95 of file comm_can_util.h.
wxDateTime FastMessageMap::Entry::time_arrived |
time of last fragment.
Definition at line 88 of file comm_can_util.h.