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

#include <FileAngleReader.hpp>

Inheritance diagram for ispike::FileAngleReader:
ispike::AngleReader ispike::Reader ispike::PropertyHolder ispike::ISpikeThread

List of all members.

Public Member Functions

 FileAngleReader ()
 ~FileAngleReader ()
void initialize (map< string, Property > &properties)
void setProperties (map< string, Property > &properties)
void start ()

Detailed Description

Retrieves a joint angle from a given file and makes it available upon request

Definition at line 13 of file FileAngleReader.hpp.


Constructor & Destructor Documentation

Create a new file angle reader which reads from a file named anglesIn.txt

Definition at line 15 of file FileAngleReader.cpp.

Definition at line 24 of file FileAngleReader.cpp.


Member Function Documentation

void FileAngleReader::initialize ( map< string, Property > &  properties) [virtual]

Implements ispike::Reader.

Definition at line 33 of file FileAngleReader.cpp.

void FileAngleReader::setProperties ( map< string, Property > &  properties) [virtual]

Sets the properties

Implements ispike::PropertyHolder.

Definition at line 40 of file FileAngleReader.cpp.

void ispike::FileAngleReader::start ( ) [inline, virtual]

Initialises the channel and starts the conversion thread

Implements ispike::ISpikeThread.

Definition at line 25 of file FileAngleReader.hpp.


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