flexPTP 1.0
An IEEE 1588 PTP implementation designed for microcontrollers
Loading...
Searching...
No Matches
PtpLogPair Struct Reference

PTP log pair. More...

Data Fields

int id
 ID of log type.
 
LogEnFn logEnFn
 Callback function on turning on/off logging.
 
bool * en
 variable storing log state
 

Detailed Description

PTP log pair.

Definition at line 29 of file logging.c.

Field Documentation

◆ en

bool* en

variable storing log state

Definition at line 32 of file logging.c.

◆ id

int id

ID of log type.

Definition at line 30 of file logging.c.

◆ logEnFn

LogEnFn logEnFn

Callback function on turning on/off logging.

Definition at line 31 of file logging.c.


The documentation for this struct was generated from the following file: