IRPyro messaging application
Communications program between IRPyro and IRPyro evaluation tool
Queue Struct Reference

#include <queue.h>

Collaboration diagram for Queue:

Data Fields

uint8_t pRD
 
uint8_t pWR
 
uint8_t q [QUEUE_SIZE]
 

Detailed Description

Definition at line 38 of file queue.h.

Field Documentation

◆ pRD

uint8_t Queue::pRD

Definition at line 40 of file queue.h.

◆ pWR

uint8_t Queue::pWR

Definition at line 40 of file queue.h.

◆ q

uint8_t Queue::q[QUEUE_SIZE]

Definition at line 41 of file queue.h.


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