Interface the simulate the serial connection to the robot arm.
More...
#include <VirtualSerialInterface.hpp>
|
virtual void | write (const std::string &message)=0 |
| This function is used to write data to the virual serial port. More...
|
|
virtual std::string | read ()=0 |
| This funtion is used to read data from the virual serial port. More...
|
|
Interface the simulate the serial connection to the robot arm.
virtual std::string HLR::Simulation::VirtualSerialInterface::read |
( |
| ) |
|
|
pure virtual |
This funtion is used to read data from the virual serial port.
- Returns
- std::string Message read from serial
virtual void HLR::Simulation::VirtualSerialInterface::write |
( |
const std::string & |
message | ) |
|
|
pure virtual |
This function is used to write data to the virual serial port.
- Parameters
-
message | The message to write. |
The documentation for this class was generated from the following file: