.. index:: pair: class; NestKernelDataPackController .. _doxid-class_nest_kernel_data_pack_controller: class NestKernelDataPackController ================================== .. toctree:: :hidden: Overview ~~~~~~~~ .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include class NestKernelDataPackController: public :ref:`JsonDataPackController` { public: // construction :target:`NestKernelDataPackController`( const :ref:`DataPackIdentifier`& devID, boost::python::dict nest ); // methods virtual void :ref:`handleDataPackData`(const :ref:`nlohmann::json`& data); virtual :ref:`nlohmann::json`* :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; const :ref:`nlohmann::json`& :ref:`getEmptyDataPack`() const; .. _details-class_nest_kernel_data_pack_controller: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Methods ------- .. index:: pair: function; handleDataPackData .. _doxid-class_nest_kernel_data_pack_controller_1afb54be44b71bea82530eb6a0b386ed8d: .. ref-code-block:: cpp :class: doxyrest-title-code-block virtual void handleDataPackData(const :ref:`nlohmann::json`& data) Handle received datapack data. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - data - Data to be processed .. index:: pair: function; getDataPackInformation .. _doxid-class_nest_kernel_data_pack_controller_1a0fcc7395f404d4657856c06a7f7ac0f9: .. ref-code-block:: cpp :class: doxyrest-title-code-block virtual :ref:`nlohmann::json`* getDataPackInformation() Get datapack information to be forwarded to the NRP. .. rubric:: Returns: Returns a DATA_TYPE pointer containing requested data