|
iSpike
2.1
Spike conversion library for robotics
|
#include <FileAngleReader.hpp>
Public Member Functions | |
| FileAngleReader () | |
| ~FileAngleReader () | |
| void | initialize (map< string, Property > &properties) |
| void | setProperties (map< string, Property > &properties) |
| void | start () |
Retrieves a joint angle from a given file and makes it available upon request
Definition at line 13 of file FileAngleReader.hpp.
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.
| 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.