10#ifndef FLEXPTP_NETWORK_STACK_DRIVER
11#define FLEXPTP_NETWORK_STACK_DRIVER
void ptp_nsd_transmit_msg(RawPtpMessage *pMsg)
void ptp_nsd_igmp_join_leave(bool join)
void ptp_nsd_init(PtpTransportType tp, PtpDelayMechanism dm)
PtpCircBuf gRawTxMsgBuf
Output circular buffers.
void ptp_nsd_get_interface_address(uint8_t *hwa)
PtpCircBuf gRawRxMsgBuf
Input circular buffer.
This module implements a circular buffer that is used for accepting and omitting received and to be t...
PtpTransportType
PTP transport type enumeration.
PtpDelayMechanism
PTP Delay mechanism enumeration.
"Ring" buffer for PTP-messages.
Raw PTP message structure.