Struct PacketManager::transmission_data_t

Nested Relationships

This struct is a nested type of Class PacketManager.

Struct Documentation

struct transmission_data_t

Collaboration diagram for hi_can::PacketManager::transmission_data_t:

Struct storing all the data we need to track to handle transmissions.

Public Members

transmission_config_t config = {}

The transmit configuration.

std::chrono::steady_clock::time_point last_transmitted = {}

The last time the data was transmitted.