Class GetUrcontrolVersion
- Defined in File get_urcontrol_version.h 
Inheritance Relationships
Base Type
- public urcl::rtde_interface::RTDEPackage(Class RTDEPackage)
Class Documentation
- 
class GetUrcontrolVersion : public urcl::rtde_interface::RTDEPackage
- This class handles the package detailing the UR control version sent by the robot. - Public Functions - 
inline GetUrcontrolVersion()
- Creates a new GetUrcontrolVersion object. 
 - 
virtual ~GetUrcontrolVersion() = default
 - 
virtual bool parseWith(comm::BinParser &bp)
- Sets the attributes of the package by parsing a serialized representation of the package. - Parameters:
- bp – A parser containing a serialized version of the package 
- Returns:
- True, if the package was parsed successfully, false otherwise 
 
 - 
virtual std::string toString() const
- Produces a human readable representation of the package object. - Returns:
- A string representing the object 
 
 - Public Members - 
VersionInformation version_information_
 
- 
inline GetUrcontrolVersion()