Go to the documentation of this file.
22 #ifndef NEST_KERNEL_DATAPACK_CONTROLLER_H
23 #define NEST_KERNEL_DATAPACK_CONTROLLER_H
25 #include <boost/python.hpp>
44 boost::python::dict _nest;
47 #endif // NEST_KERNEL_DATAPACK_CONTROLLER_H
NestKernelDataPackController(const DataPackIdentifier &devID, boost::python::dict nest)
Definition: nest_kernel_datapack_controller.cpp:26
Base controller class for JSON datapacks.
Definition: json_datapack_controller.h:43
void handleDataPackData(const nlohmann::json &data) override
Handle received datapack data.
Definition: nest_kernel_datapack_controller.cpp:34
virtual nlohmann::json * getDataPackInformation() override
Get datapack information to be forwarded to the NRP.
Definition: nest_kernel_datapack_controller.cpp:40
Definition: nest_kernel_datapack_controller.h:30
Identifies a single datapack.
Definition: datapack_interface.h:38
nlohmann::json json
Definition: engine_json_server.cpp:31