Class CallbackHandler

Class Documentation

class CallbackHandler

Public Functions

void setCallback(std::function<std::shared_ptr<ADatatype>(std::shared_ptr<ADatatype>)> cb)
CallbackHandler(std::shared_ptr<XLinkConnection> conn, const std::string &streamName, std::function<std::shared_ptr<ADatatype>(std::shared_ptr<ADatatype>)> cb)
~CallbackHandler()