iSpike  2.1
Spike conversion library for robotics
ispike::Description Class Reference

#include <Description.hpp>

List of all members.

Public Member Functions

 Description ()
 Description (string name, string description, string type)
 Description (const Description &copy_from_me)
 ~Description ()
Descriptionoperator= (const Description &desc)
string getDescription () const
string getName () const
string getType () const

Detailed Description

This class describes a channel or a reader or writer

Definition at line 11 of file Description.hpp.


Constructor & Destructor Documentation

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.

Copy constructor

Definition at line 22 of file Description.cpp.

Destructor

Definition at line 30 of file Description.cpp.


Member Function Documentation

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.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Defines