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
13#ifdef __cplusplus
14extern "C" {
15#endif
16
17extern char *PTP_TRANSPEC_HINT[];
18extern char *PTP_TRANSPORT_TYPE_HINT[];
19extern char *PTP_DELMECH_HINT[];
20
25
26#ifdef __cplusplus
27}
28#endif
29
30#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