Public Member Functions | Public Attributes | List of all members
urcl::rtde_interface::ControlPackageSetupInputs Class Reference

This class handles the robot's response to a requested input recipe setup. More...

#include <control_package_setup_inputs.h>

Inheritance diagram for urcl::rtde_interface::ControlPackageSetupInputs:
Inheritance graph
[legend]

Public Member Functions

 ControlPackageSetupInputs ()
 Creates a new ControlPackageSetupInputs object. More...
 
virtual bool parseWith (comm::BinParser &bp)
 Sets the attributes of the package by parsing a serialized representation of the package. More...
 
virtual std::string toString () const
 Produces a human readable representation of the package object. More...
 
virtual ~ControlPackageSetupInputs ()=default
 
- Public Member Functions inherited from urcl::rtde_interface::RTDEPackage
 RTDEPackage ()=delete
 Creates a new RTDEPackage object. More...
 
 RTDEPackage (const PackageType type)
 
virtual ~RTDEPackage ()=default
 
- Public Member Functions inherited from urcl::comm::URPackage< PackageHeader >
 URPackage ()=default
 Creates a new URPackage object. More...
 
virtual ~URPackage ()=default
 

Public Attributes

uint8_t input_recipe_id_
 
std::string variable_types_
 

Additional Inherited Members

- Public Types inherited from urcl::comm::URPackage< PackageHeader >
using HeaderType = PackageHeader
 
- Protected Attributes inherited from urcl::rtde_interface::RTDEPackage
std::unique_ptr< uint8_t > buffer_
 
size_t buffer_length_
 
PackageType type_
 

Detailed Description

This class handles the robot's response to a requested input recipe setup.

Definition at line 42 of file control_package_setup_inputs.h.

Constructor & Destructor Documentation

urcl::rtde_interface::ControlPackageSetupInputs::ControlPackageSetupInputs ( )
inline

Creates a new ControlPackageSetupInputs object.

Definition at line 48 of file control_package_setup_inputs.h.

virtual urcl::rtde_interface::ControlPackageSetupInputs::~ControlPackageSetupInputs ( )
virtualdefault

Member Function Documentation

bool urcl::rtde_interface::ControlPackageSetupInputs::parseWith ( comm::BinParser bp)
virtual

Sets the attributes of the package by parsing a serialized representation of the package.

Parameters
bpA parser containing a serialized version of the package
Returns
True, if the package was parsed successfully, false otherwise

Reimplemented from urcl::rtde_interface::RTDEPackage.

Definition at line 34 of file control_package_setup_inputs.cpp.

std::string urcl::rtde_interface::ControlPackageSetupInputs::toString ( ) const
virtual

Produces a human readable representation of the package object.

Returns
A string representing the object

Reimplemented from urcl::rtde_interface::RTDEPackage.

Definition at line 41 of file control_package_setup_inputs.cpp.

Member Data Documentation

uint8_t urcl::rtde_interface::ControlPackageSetupInputs::input_recipe_id_

Definition at line 69 of file control_package_setup_inputs.h.

std::string urcl::rtde_interface::ControlPackageSetupInputs::variable_types_

Definition at line 70 of file control_package_setup_inputs.h.


The documentation for this class was generated from the following files:


ur_client_library
Author(s): Thomas Timm Andersen, Simon Rasmussen, Felix Exner, Lea Steffen, Tristan Schnell
autogenerated on Sun May 9 2021 02:16:26