Skip to content
Snippets Groups Projects
wrc_ptp.h 289 B
Newer Older
#define WRC_MODE_UNKNOWN 0
#define WRC_MODE_GM 1
#define WRC_MODE_MASTER 2
#define WRC_MODE_SLAVE 3

int wrc_ptp_init();
int wrc_ptp_set_mode(int mode);
int wrc_ptp_start();
int wrc_ptp_stop();
int wrc_ptp_update();

#endif