Header file for the Command class. More...
#include <string>
#include <unordered_set>
#include <unordered_map>
#include <utility>
#include <vector>
#include <pses_ucbridge/Communication/syntax.h>
#include <pses_ucbridge/Communication/parameter.h>
#include <boost/algorithm/string.hpp>
#include <boost/range/algorithm/remove_if.hpp>
#include <boost/algorithm/string/trim.hpp>
Go to the source code of this file.
Classes | |
class | Command |
The Command class builds the syntactic template for a specific command defined in a CommandParams struct. More... | |
struct | CommandOptions |
The CommandOptions class serves as a data struct to inform Command objects about all modifiers that can be applied to them. More... | |
struct | CommandParams |
The CommandParams class serves as a data struct to configure Command objects. More... | |