Skip to content

Class CommandQueue

ClassList > CommandQueue

Public Functions

Type Name
CommandQueue ()
void addCommand (Args &&... args)
void addCommandAfter (Args &&... args)
void process (SystemState * state)
void runCommandIn (uint64_t duration, Args &&... args)
std::string serialize ()

Public Functions Documentation

function CommandQueue

CommandQueue::CommandQueue () 

function addCommand

template<typename T, typename... Args>
inline void CommandQueue::addCommand (
    Args &&... args
) 

function addCommandAfter

template<typename T, typename... Args>
inline void CommandQueue::addCommandAfter (
    Args &&... args
) 

function process

void CommandQueue::process (
    SystemState * state
) 

function runCommandIn

template<typename T, typename... Args>
inline void CommandQueue::runCommandIn (
    uint64_t duration,
    Args &&... args
) 

function serialize

std::string CommandQueue::serialize () 


The documentation for this class was generated from the following file command_queue.h