|
OpenCPN Partial API docs
|
Public Member Functions | |
| bool | IsExpired () const |
Public Attributes | |
| TimePoint | time_arrived |
| time of last fragment. More... | |
| CanHeader | header |
| Can header, used to "map" the incoming fast message fragments. More... | |
| unsigned int | sid |
| Sequence identifier, used to check if a received message is the next message in the sequence. More... | |
| unsigned int | expected_length |
| total data length from first frame More... | |
| unsigned int | cursor |
| cursor into the current position in data. More... | |
| std::vector< unsigned char > | data |
| Received data. More... | |
Definition at line 115 of file comm_drv_n2k_socketcan.cpp.
|
inline |
Definition at line 117 of file comm_drv_n2k_socketcan.cpp.
|
inline |
Definition at line 121 of file comm_drv_n2k_socketcan.cpp.
| unsigned int FastMessageMap::Entry::cursor |
cursor into the current position in data.
Definition at line 136 of file comm_drv_n2k_socketcan.cpp.
| std::vector<unsigned char> FastMessageMap::Entry::data |
Received data.
Definition at line 137 of file comm_drv_n2k_socketcan.cpp.
| unsigned int FastMessageMap::Entry::expected_length |
total data length from first frame
Definition at line 135 of file comm_drv_n2k_socketcan.cpp.
| CanHeader FastMessageMap::Entry::header |
Can header, used to "map" the incoming fast message fragments.
Definition at line 129 of file comm_drv_n2k_socketcan.cpp.
| unsigned int FastMessageMap::Entry::sid |
Sequence identifier, used to check if a received message is the next message in the sequence.
Definition at line 133 of file comm_drv_n2k_socketcan.cpp.
| TimePoint FastMessageMap::Entry::time_arrived |
time of last fragment.
Definition at line 126 of file comm_drv_n2k_socketcan.cpp.