flexPTP 1.0
An IEEE 1588 PTP implementation designed for microcontrollers
Loading...
Searching...
No Matches
profiles.h
Go to the documentation of this file.
1
10#ifndef FLEXPTP_PROFILES_H_
11#define FLEXPTP_PROFILES_H_
12
13extern char *PTP_TRANSPEC_HINT[];
14extern char *PTP_TRANSPORT_TYPE_HINT[];
15extern char *PTP_DELMECH_HINT[];
16
21
22#endif /* FLEXPTP_PROFILES_H_ */
void ptp_print_profile()
Definition: profiles.c:13
char * PTP_TRANSPORT_TYPE_HINT[]
Hint on transport types.
Definition: profiles.c:9
char * PTP_TRANSPEC_HINT[]
Hint on transport specific field.
Definition: profiles.c:8
char * PTP_DELMECH_HINT[]
Hint on delay mechanism.
Definition: profiles.c:10