Class MsgQueue
template <typename T>
Public Functions
Type | Name |
---|---|
bool | Empty () const |
T | Pop () |
void | Push (T && message) |
uint32_t | Size () const |
std::optional< T > | TryPop () |
Public Functions Documentation
function Empty
function Pop
function Push
function Size
function TryPop
The documentation for this class was generated from the following file projects/casvp/src/bindings/ipc/msg_queue.h