Interface for a single joint. More...
#include <joint_datapack_controller.h>
Public Member Functions | |
JointGrpcDataPackController (const std::string &jointName, const physics::JointPtr &joint, const physics::JointControllerPtr &jointController) | |
virtual void | handleDataPackData (const google::protobuf::Message &data) override |
Handle received datapack data. More... | |
virtual google::protobuf::Message * | getDataPackInformation () override |
Get datapack information to be forwarded to the NRP. More... | |
![]() | |
DataPackController ()=default | |
Constructor. More... | |
virtual | ~DataPackController ()=default |
Interface for a single joint.
|
inline |
|
inlineoverridevirtual |
Get datapack information to be forwarded to the NRP.
Implements DataPackController< google::protobuf::Message >.
|
inlineoverridevirtual |
Handle received datapack data.
data | Data to be processed |
Implements DataPackController< google::protobuf::Message >.