class SpiNNakerJsonReceiveCallbackInterface

#include <spinnaker_proxy.h>

class SpiNNakerJsonReceiveCallbackInterface {
public:
    // methods

    virtual void new_msg_callback(nlohmann::json msg) = 0;
};

// direct descendants

class InputSpinnakerNode;