3D-ICE 3.0.0
Data Fields
PowersQueue_t Struct Reference

A First In - First Out circular queue to store power values. More...

#include <powers_queue.h>

Data Fields

Quantity_t Capacity
 
Power_tMemory
 
Quantity_t Size
 
Quantity_t End
 
Quantity_t Start
 

Detailed Description

Definition at line 62 of file powers_queue.h.

Field Documentation

◆ Capacity

Quantity_t PowersQueue_t::Capacity

The number of power values that the queue can store

Definition at line 66 of file powers_queue.h.

◆ End

Quantity_t PowersQueue_t::End

PlaceHolder to indicate the end of the queue

Definition at line 78 of file powers_queue.h.

◆ Memory

Power_t* PowersQueue_t::Memory

Pointer to the memory that stores the power values

Definition at line 70 of file powers_queue.h.

◆ Size

Quantity_t PowersQueue_t::Size

The number of power values stored in the queue

Definition at line 74 of file powers_queue.h.

◆ Start

Quantity_t PowersQueue_t::Start

PlaceHolder to indicate the begining of the queue

Definition at line 82 of file powers_queue.h.


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