Description of one Argument of a Command. More...
#include <rtt/ArgumentDescription.hpp>
Public Member Functions | |
ArgumentDescription (const std::string _name, const std::string _desc, const std::string _type) | |
Public Attributes | |
std::string | name |
std::string | description |
std::string | type |
Description of one Argument of a Command.
Definition at line 49 of file ArgumentDescription.hpp.