yarpdataplayer_console_IDL Interface. More...
Public Member Functions | |
virtual yarp::os::ApplicationNetworkProtocolVersion | getLocalProtocolVersion () |
virtual yarp::os::ApplicationNetworkProtocolVersion | getRemoteProtocolVersion () |
virtual bool | checkProtocolVersion () |
yarpdataplayer_console_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 bool | play () |
Plays the dataSets. | |
virtual bool | pause () |
Pauses the dataSets. | |
virtual bool | stop () |
Stops the dataSets. | |
virtual bool | enable (const std::string &part) |
Enables the specified part. | |
virtual bool | disable (const std::string &part) |
Disable the specified part. | |
virtual std::vector< std::string > | getAllParts () |
Gets the names of all parts loaded. | |
virtual std::string | getPortName (const std::string &part) |
Gets the name of the port associated to the specified part. | |
virtual bool | setPortName (const std::string &part, const std::string &new_name) |
Sets the name of the port associated to the specified part. | |
virtual bool | setSpeed (const double speed) |
Sets the player speed. | |
virtual double | getSpeed () |
Gets the player speed. | |
virtual bool | repeat (const bool val=false) |
Sets repeat mode. | |
virtual bool | setStrict (const bool val=false) |
Sets strict mode. | |
virtual bool | forward (const std::int32_t steps=5) |
Steps forward. | |
virtual bool | backward (const std::int32_t steps=5) |
Steps backward. | |
virtual double | getProgress () |
Get the progress of the parts. | |
virtual std::string | getStatus () |
Get the status of playing. | |
virtual bool | resume () |
Resume dataset from where it was paused. | |
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. | |
![]() | |
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). | |
![]() | |
virtual | ~PortReader () |
Destructor. | |
virtual Type | getReadType () const |
yarpdataplayer_console_IDL Interface.
Definition at line 22 of file yarpdataplayer_console_IDL.h.
yarpdataplayer_console_IDL::yarpdataplayer_console_IDL | ( | ) |
Definition at line 4723 of file yarpdataplayer_console_IDL.cpp.
|
virtual |
Steps backward.
steps | number of steps to go backward (default=5). |
Definition at line 4898 of file yarpdataplayer_console_IDL.cpp.
|
virtual |
Definition at line 80 of file yarpdataplayer_console_IDL.cpp.
|
virtual |
Disable the specified part.
name | specifies the name of the loaded data |
Definition at line 4808 of file yarpdataplayer_console_IDL.cpp.
|
virtual |
Enables the specified part.
name | specifies the name of the loaded data |
Definition at line 4798 of file yarpdataplayer_console_IDL.cpp.
|
virtual |
Steps forward.
steps | number of steps to go forward (default=5). |
Definition at line 4888 of file yarpdataplayer_console_IDL.cpp.
|
virtual |
Gets the names of all parts loaded.
Definition at line 4818 of file yarpdataplayer_console_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 |
Definition at line 4748 of file yarpdataplayer_console_IDL.cpp.
|
virtual |
Definition at line 95 of file yarpdataplayer_console_IDL.cpp.
|
virtual |
Gets the name of the port associated to the specified part.
name | specifies the name of the data to modify |
Definition at line 4828 of file yarpdataplayer_console_IDL.cpp.
|
virtual |
Get the progress of the parts.
Definition at line 4908 of file yarpdataplayer_console_IDL.cpp.
|
virtual |
Definition at line 65 of file yarpdataplayer_console_IDL.cpp.
|
virtual |
Gets the player speed.
Definition at line 4858 of file yarpdataplayer_console_IDL.cpp.
|
virtual |
Get the status of playing.
Definition at line 4918 of file yarpdataplayer_console_IDL.cpp.
|
virtual |
Definition at line 4949 of file yarpdataplayer_console_IDL.cpp.
|
virtual |
Loads a dataset from a path.
Definition at line 4758 of file yarpdataplayer_console_IDL.cpp.
|
virtual |
Pauses the dataSets.
Definition at line 4778 of file yarpdataplayer_console_IDL.cpp.
|
virtual |
Plays the dataSets.
Definition at line 4768 of file yarpdataplayer_console_IDL.cpp.
|
virtual |
Quit the module.
Definition at line 4938 of file yarpdataplayer_console_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 5081 of file yarpdataplayer_console_IDL.cpp.
|
virtual |
Sets repeat mode.
val | if true repeat mode is active. |
Definition at line 4868 of file yarpdataplayer_console_IDL.cpp.
|
virtual |
Resume dataset from where it was paused.
Definition at line 4928 of file yarpdataplayer_console_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 4738 of file yarpdataplayer_console_IDL.cpp.
|
virtual |
Sets the name of the port associated to the specified part.
part | specifies the name of the data to modify |
new_name | specifies the new name to assign to the port |
Definition at line 4838 of file yarpdataplayer_console_IDL.cpp.
|
virtual |
Sets the player speed.
speed | specifies |
Definition at line 4848 of file yarpdataplayer_console_IDL.cpp.
|
virtual |
Sets strict mode.
val | if true strict mode is active. |
Definition at line 4878 of file yarpdataplayer_console_IDL.cpp.
|
virtual |
Steps the player once.
The player will be stepped until all parts have sent data
Definition at line 4728 of file yarpdataplayer_console_IDL.cpp.
|
virtual |
Stops the dataSets.
Definition at line 4788 of file yarpdataplayer_console_IDL.cpp.