29 #ifndef UR_CLIENT_LIBRARY_CONTROL_PACKAGE_PAUSE_H_INCLUDED 30 #define UR_CLIENT_LIBRARY_CONTROL_PACKAGE_PAUSE_H_INCLUDED 36 namespace rtde_interface
67 virtual std::string
toString()
const;
93 static size_t generateSerializedRequest(uint8_t* buffer);
96 static const uint16_t PAYLOAD_SIZE = 0;
102 #endif // UR_CLIENT_LIBRARY_CONTROL_PACKAGE_PAUSE_H_INCLUDED virtual bool parseWith(comm::BinParser &bp)
Sets the attributes of the package by parsing a serialized representation of the package.
The BinParser class handles a byte buffer and functionality to iteratively parse the content...
virtual std::string toString() const
Produces a human readable representation of the package object.
virtual ~ControlPackagePause()=default
PackageType
Possible package types.
ControlPackagePauseRequest()
Creates a new ControlPackagePauseRequest object.
This class handles the robot's response to a requested stop in RTDE data package communication.
This class is used to request a stop in RTDE data package communication.
ControlPackagePause()
Creates a new ControlPackagePause object.