Phyzix
Loading...
Searching...
No Matches
Public Attributes | List of all members
Boundaries Struct Reference

A struct to hold a list of boundaries. More...

#include <Boundary.h>

Public Attributes

Boundary ** list
 
uint16_t count
 

Detailed Description

A struct to hold a list of boundaries.

Warning
The list is not managed by the struct, it is the responsibility of the user to manage the memory
Note
This is a workaround for the lack of dynamic arrays standard libraries for low-power embedded systems

Member Data Documentation

◆ count

uint16_t Boundaries::count

number of boundaries in the list

◆ list

Boundary** Boundaries::list

dynamic array of Boundary pointers


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