iSpike
2.1
Spike conversion library for robotics
|
#include <Description.hpp>
Public Member Functions | |
Description () | |
Description (string name, string description, string type) | |
Description (const Description ©_from_me) | |
~Description () | |
Description & | operator= (const Description &desc) |
string | getDescription () const |
string | getName () const |
string | getType () const |
This class describes a channel or a reader or writer
Definition at line 11 of file Description.hpp.
Empty constructor
Definition at line 6 of file Description.cpp.
Description::Description | ( | string | name, |
string | description, | ||
string | type | ||
) |
Default constructor
Definition at line 14 of file Description.cpp.
Description::Description | ( | const Description & | desc | ) |
Copy constructor
Definition at line 22 of file Description.cpp.
Destructor
Definition at line 30 of file Description.cpp.
string ispike::Description::getDescription | ( | ) | const [inline] |
Retrieves the Channel description
Definition at line 20 of file Description.hpp.
string ispike::Description::getName | ( | ) | const [inline] |
Retrives the Channel name
Definition at line 23 of file Description.hpp.
string ispike::Description::getType | ( | ) | const [inline] |
Retrieves the type of Reader this Channel accepts
Definition at line 26 of file Description.hpp.
Description & Description::operator= | ( | const Description & | rhs | ) |
Assignment operator
Definition at line 35 of file Description.cpp.