OpenCPN Partial API docs
Loading...
Searching...
No Matches
FastMessageMap::Entry Class Reference

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.
 

Detailed Description

Definition at line 81 of file comm_can_util.h.

Constructor & Destructor Documentation

◆ Entry()

FastMessageMap::Entry::Entry ( )
inline

Definition at line 83 of file comm_can_util.h.

Member Data Documentation

◆ cursor

unsigned int FastMessageMap::Entry::cursor

cursor into the current position in data.

Definition at line 99 of file comm_can_util.h.

◆ data

std::vector<unsigned char> FastMessageMap::Entry::data

Received data.

Definition at line 100 of file comm_can_util.h.

◆ expected_length

unsigned int FastMessageMap::Entry::expected_length

total data length from first frame

Definition at line 98 of file comm_can_util.h.

◆ header

CanHeader FastMessageMap::Entry::header

Can header, used to "map" the incoming fast message fragments.

Definition at line 92 of file comm_can_util.h.

◆ sid

unsigned int FastMessageMap::Entry::sid

Sequence identifier, used to check if a received message is the next message in the sequence.

Definition at line 96 of file comm_can_util.h.

◆ time_arrived

wxDateTime FastMessageMap::Entry::time_arrived

time of last fragment.

Definition at line 89 of file comm_can_util.h.


The documentation for this class was generated from the following file: