Fawkes API  Fawkes Development Version
fawkes::dynamic_list_t Struct Reference

Dynamic list type. More...

#include <dynamic_buffer.h>

Public Attributes

uint32_t size
 total size of list buffer More...
 
uint32_t num_elements
 number of elements in list More...
 

Detailed Description

Dynamic list type.

Use this element in your message struct if you want to add a dynamic list. This is meant to be used in conjunction with DynamicBuffer.

Definition at line 39 of file dynamic_buffer.h.

Member Data Documentation

◆ num_elements

uint32_t fawkes::dynamic_list_t::num_elements

◆ size

uint32_t fawkes::dynamic_list_t::size

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