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
14
extern
"C"
{
15
#endif
16
17
extern
char
*
PTP_TRANSPEC_HINT
[];
18
extern
char
*
PTP_TRANSPORT_TYPE_HINT
[];
19
extern
char
*
PTP_DELMECH_HINT
[];
20
24
void
ptp_print_profile
();
25
26
#ifdef __cplusplus
27
}
28
#endif
29
30
#endif
/* FLEXPTP_PROFILES_H_ */
ptp_print_profile
void ptp_print_profile()
Definition:
profiles.c:13
PTP_TRANSPORT_TYPE_HINT
char * PTP_TRANSPORT_TYPE_HINT[]
Hint on transport types.
Definition:
profiles.c:9
PTP_TRANSPEC_HINT
char * PTP_TRANSPEC_HINT[]
Hint on transport specific field.
Definition:
profiles.c:8
PTP_DELMECH_HINT
char * PTP_DELMECH_HINT[]
Hint on delay mechanism.
Definition:
profiles.c:10
src
flexptp
profiles.h
Generated by
1.9.6