Struct TransportLayerControl
Defined in File config_structs.h
Struct Documentation
-
struct TransportLayerControl
Struct holding control settings for transport layer.
Public Members
-
int64_t packet_size = 0
Packet size in bytes.
-
int64_t inter_packet_delay = 0
Delay (in GEV timestamp counter unit) to insert between each packet.
-
bool is_ptp_enable = false
Flag indicating if Precision Time Protocol (PTP) is enabled.
-
std::string ptp_status = "n/a"
Status of PTP.
-
int64_t ptp_offset = 0
-
int64_t packet_size = 0