flexPTP 1.0
An IEEE 1588 PTP implementation designed for microcontrollers
Loading...
Searching...
No Matches
profiles.h File Reference

This module implements defines a single method that prints a verbose summary of the operating PTP profile. More...

Go to the source code of this file.

Functions

void ptp_print_profile ()
 

Variables

char * PTP_TRANSPEC_HINT []
 Hint on transport specific field.
 
char * PTP_TRANSPORT_TYPE_HINT []
 Hint on transport types.
 
char * PTP_DELMECH_HINT []
 Hint on delay mechanism.
 

Detailed Description

This module implements defines a single method that prints a verbose summary of the operating PTP profile.

Definition in file profiles.h.

Function Documentation

◆ ptp_print_profile()

void ptp_print_profile ( )

Print current PTP profile settings summary.

Definition at line 13 of file profiles.c.

Variable Documentation

◆ PTP_DELMECH_HINT

char* PTP_DELMECH_HINT[]
extern

Hint on delay mechanism.

Definition at line 10 of file profiles.c.

◆ PTP_TRANSPEC_HINT

char* PTP_TRANSPEC_HINT[]
extern

Hint on transport specific field.

Definition at line 8 of file profiles.c.

◆ PTP_TRANSPORT_TYPE_HINT

char* PTP_TRANSPORT_TYPE_HINT[]
extern

Hint on transport types.

Definition at line 9 of file profiles.c.