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

"Ring" buffer for PTP-messages. More...

#include <ptp_raw_msg_circbuf.h>

Collaboration diagram for PtpCircBuf:

Data Fields

RawPtpMessagemsgs
 messages
 
uint8_t totalSize
 element count
 
uint8_t lastReceived
 pointer to last received and last processed messages
 
uint8_t freeBufs
 number of free buffers
 
int allocPending
 allocation pending (by index)
 

Detailed Description

"Ring" buffer for PTP-messages.

Definition at line 21 of file ptp_raw_msg_circbuf.h.

Field Documentation

◆ allocPending

int allocPending

allocation pending (by index)

Definition at line 26 of file ptp_raw_msg_circbuf.h.

◆ freeBufs

uint8_t freeBufs

number of free buffers

Definition at line 25 of file ptp_raw_msg_circbuf.h.

◆ lastReceived

uint8_t lastReceived

pointer to last received and last processed messages

Definition at line 24 of file ptp_raw_msg_circbuf.h.

◆ msgs

messages

Definition at line 22 of file ptp_raw_msg_circbuf.h.

◆ totalSize

uint8_t totalSize

element count

Definition at line 23 of file ptp_raw_msg_circbuf.h.


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