Lines Matching full:queue
8 #include <queue>
38 /** @brief Extracts the next entry in the queue and returns
46 * Also, if the queue has more commands, then it will alert the
51 /** @brief Pushes the command onto the queue.
53 * @detail If the queue is empty, then it alerts the Host. If not,
55 * the commands in Queue.
62 /** @brief Check if anything in queue and alert host if so */
68 * to all the commands that are in the Queue and queue
73 /** @brief Clears the command queue
75 * @detail Clears the command queue and calls all callbacks
80 /** @brief Clears the command queue on a power on
85 * queue.
101 /** @brief Queue to store the requested commands */
102 std::queue<CommandHandler> workQueue{};