iSpike
2.1
Spike conversion library for robotics
|
#include <FileAngleWriter.hpp>
Public Member Functions | |
FileAngleWriter () | |
virtual | ~FileAngleWriter () |
void | initialize (map< string, Property > &properties) |
void | setAngle (double angle) |
void | setDegreeOfFreedom (int dof) |
void | setProperties (map< string, Property > &properties) |
void | start () |
Writes a joint angle to a given file
Definition at line 9 of file FileAngleWriter.hpp.
Definition at line 12 of file FileAngleWriter.cpp.
virtual ispike::FileAngleWriter::~FileAngleWriter | ( | ) | [inline, virtual] |
Definition at line 12 of file FileAngleWriter.hpp.
void FileAngleWriter::initialize | ( | map< string, Property > & | properties | ) | [virtual] |
Implements ispike::Writer.
Definition at line 25 of file FileAngleWriter.cpp.
void FileAngleWriter::setAngle | ( | double | angle | ) | [virtual] |
Sets the angle to be output
Implements ispike::AngleWriter.
Definition at line 32 of file FileAngleWriter.cpp.
void FileAngleWriter::setDegreeOfFreedom | ( | int | dof | ) | [virtual] |
Sets the degree of freedom
Implements ispike::AngleWriter.
Definition at line 41 of file FileAngleWriter.cpp.
void FileAngleWriter::setProperties | ( | map< string, Property > & | properties | ) | [virtual] |
Sets the properties
Implements ispike::PropertyHolder.
Definition at line 50 of file FileAngleWriter.cpp.
void ispike::FileAngleWriter::start | ( | ) | [inline, virtual] |
Initialises the channel and starts the conversion thread
Implements ispike::ISpikeThread.
Definition at line 17 of file FileAngleWriter.hpp.