Struct StCallback_t

Struct Documentation

struct StCallback_t

A structure containing a pair of topic name for publishing data from a callback function and the pointer to the instance of the callback.

Public Members

std::string topic_name_

Name of the topic.

std::string event_name_

Name of the event.

StApi::IStRegisteredCallbackReleasable *cb_

Pointer to the callback.