.. index:: pair: class; SpiNNakerJsonReceiveCallbackInterface .. _doxid-class_spi_n_naker_json_receive_callback_interface: class SpiNNakerJsonReceiveCallbackInterface =========================================== .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include class SpiNNakerJsonReceiveCallbackInterface { public: // methods virtual void :target:`new_msg_callback`(:ref:`nlohmann::json` msg) = 0; }; // direct descendants class :ref:`InputSpinnakerNode`;