.. index:: pair: class; gazebo::JointGrpcDataPackController .. _doxid-classgazebo_1_1_joint_grpc_data_pack_controller: class gazebo::JointGrpcDataPackController ========================================= .. toctree:: :hidden: Overview ~~~~~~~~ Interface for a single joint. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include class JointGrpcDataPackController: public :ref:`DataPackController` { public: // construction :target:`JointGrpcDataPackController`( const std::string& jointName, const physics::JointPtr& joint, const physics::JointControllerPtr& jointController ); // methods virtual void :ref:`handleDataPackData`(const google::protobuf::Message& data); virtual google::protobuf::Message* :ref:`getDataPackInformation`(); }; Inherited Members ----------------- .. ref-code-block:: cpp :class: doxyrest-overview-inherited-code-block public: // methods virtual DATA_TYPE* :ref:`getDataPackInformation`() = 0; virtual void :ref:`handleDataPackData`(const DATA_TYPE& data) = 0; .. _details-classgazebo_1_1_joint_grpc_data_pack_controller: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Interface for a single joint. Methods ------- .. index:: pair: function; handleDataPackData .. _doxid-classgazebo_1_1_joint_grpc_data_pack_controller_1a385db35cfefdf3eafa31a29ac8cf2ada: .. ref-code-block:: cpp :class: doxyrest-title-code-block virtual void handleDataPackData(const google::protobuf::Message& data) Handle received datapack data. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - data - Data to be processed .. index:: pair: function; getDataPackInformation .. _doxid-classgazebo_1_1_joint_grpc_data_pack_controller_1affdfd021168f3cab6e7f8cc840c5363b: .. ref-code-block:: cpp :class: doxyrest-title-code-block virtual google::protobuf::Message* getDataPackInformation() Get datapack information to be forwarded to the NRP. .. rubric:: Returns: Returns a DATA_TYPE pointer containing requested data