yarpdataplayer_IDL Interface. More...
Inheritance diagram for yarpdataplayer_IDL:Public Member Functions | |
| virtual yarp::os::ApplicationNetworkProtocolVersion | getLocalProtocolVersion () |
| virtual yarp::os::ApplicationNetworkProtocolVersion | getRemoteProtocolVersion () |
| virtual bool | checkProtocolVersion () |
| yarpdataplayer_IDL () | |
| virtual bool | step () |
| Steps the player once. | |
| virtual bool | setFrame (const std::int32_t frameNum) |
| Sets the frame number to the user desired frame. | |
| virtual std::int32_t | getFrame (const std::string &name) |
| Gets the frame number the user is requesting. | |
| virtual bool | load (const std::string &path) |
| Loads a dataset from a path. | |
| virtual std::int32_t | getSliderPercentage () |
| Get slider percentage. | |
| virtual std::string | getStatus () |
| Get the status of playing. | |
| virtual bool | play () |
| Plays the dataSets. | |
| virtual bool | pause () |
| Pauses the dataSets. | |
| virtual bool | stop () |
| Stops the dataSets. | |
| virtual bool | quit () |
| Quit the module. | |
| virtual std::vector< std::string > | help (const std::string &functionName="--all") |
| bool | read (yarp::os::ConnectionReader &connection) override |
| Read this object from a network connection. | |
Public Member Functions inherited from yarp::os::Wire | |
| yarp::os::WireLink & | yarp () |
| Get YARP state associated with this object. | |
| const yarp::os::WireLink & | yarp () const |
| Get YARP state associated with this object (const version). | |
Public Member Functions inherited from yarp::os::PortReader | |
| virtual | ~PortReader () |
| Destructor. | |
| virtual Type | getReadType () const |
yarpdataplayer_IDL Interface.
Definition at line 22 of file yarpdataplayer_IDL.h.
| yarpdataplayer_IDL::yarpdataplayer_IDL | ( | ) |
Definition at line 2132 of file yarpdataplayer_IDL.cpp.
|
virtual |
Definition at line 80 of file yarpdataplayer_IDL.cpp.
|
virtual |
Gets the frame number the user is requesting.
| name | specifies the name of the data to modify would like to skip to |
Reimplemented in MainWindow.
Definition at line 2157 of file yarpdataplayer_IDL.cpp.
|
virtual |
Definition at line 95 of file yarpdataplayer_IDL.cpp.
|
virtual |
Definition at line 65 of file yarpdataplayer_IDL.cpp.
|
virtual |
Get slider percentage.
Reimplemented in MainWindow.
Definition at line 2177 of file yarpdataplayer_IDL.cpp.
|
virtual |
Get the status of playing.
Reimplemented in MainWindow.
Definition at line 2187 of file yarpdataplayer_IDL.cpp.
|
virtual |
Definition at line 2238 of file yarpdataplayer_IDL.cpp.
|
virtual |
Loads a dataset from a path.
Reimplemented in MainWindow.
Definition at line 2167 of file yarpdataplayer_IDL.cpp.
|
virtual |
Pauses the dataSets.
Reimplemented in MainWindow.
Definition at line 2207 of file yarpdataplayer_IDL.cpp.
|
virtual |
Plays the dataSets.
Reimplemented in MainWindow.
Definition at line 2197 of file yarpdataplayer_IDL.cpp.
|
virtual |
Quit the module.
Reimplemented in MainWindow.
Definition at line 2227 of file yarpdataplayer_IDL.cpp.
|
overridevirtual |
Read this object from a network connection.
Override this for your particular class.
| reader | an interface to the network connection for reading |
Implements yarp::os::PortReader.
Definition at line 2310 of file yarpdataplayer_IDL.cpp.
|
virtual |
Sets the frame number to the user desired frame.
| frameNum | specifies the frame number the user would like to skip to |
Definition at line 2147 of file yarpdataplayer_IDL.cpp.
|
virtual |
Steps the player once.
The player will be stepped until all parts have sent data
Reimplemented in MainWindow.
Definition at line 2137 of file yarpdataplayer_IDL.cpp.
|
virtual |
Stops the dataSets.
Reimplemented in MainWindow.
Definition at line 2217 of file yarpdataplayer_IDL.cpp.