mcx::parameter_server::ActionBuffer
less than a minute
mcx::parameter_server::ActionBuffer
Public Functions
| Name | |
|---|---|
| ActionBuffer() | |
| virtual | ~ActionBuffer() |
| void | setName(const char * name) |
| void | allocate(uint32_t element_size) |
| void | deallocate() |
| bool | push(const Action & new_action) |
| bool | pull(Action & action) |
| bool | isEmpty() |
| ActionBuffer(const ActionBuffer & ) =delete | |
| ActionBuffer & | operator=(const ActionBuffer & ) =delete |
Public Functions Documentation
function ActionBuffer
ActionBuffer()
function ~ActionBuffer
virtual ~ActionBuffer()
function setName
void setName(
const char * name
)
function allocate
void allocate(
uint32_t element_size
)
function deallocate
void deallocate()
function push
bool push(
const Action & new_action
)
function pull
bool pull(
Action & action
)
function isEmpty
bool isEmpty()
function ActionBuffer
ActionBuffer(
const ActionBuffer &
) =delete
function operator=
ActionBuffer & operator=(
const ActionBuffer &
) =delete
Updated on 2022-04-05 at 16:21:27 +0200