Class CommandLineCommands

Inheritance Relationships

Base Type

Class Documentation

class CommandLineCommands : public commands::CommandSource

Public Functions

void AddCommand(std::deque<std::string> command)
virtual bool getcommand(std::deque<std::string> &command)
virtual bool sendreply(const std::deque<std::string> &command, std::deque<std::string> &reply)

Protected Attributes

std::deque<std::deque<std::string>> queued_commands_