#include <stcamera_interface.h>
Public Attributes | |
StApi::IStRegisteredCallbackReleasable * | cb_ |
std::string | topic_name_ |
A structure containing a pair of topic name for publishing data from a callback function and the pointer to the instance of the callback.
Definition at line 116 of file stcamera_interface.h.
StApi::IStRegisteredCallbackReleasable* stcamera::StCallback::cb_ |
Pointer to the callback.
Definition at line 121 of file stcamera_interface.h.
std::string stcamera::StCallback::topic_name_ |
Name of the topic.
Definition at line 119 of file stcamera_interface.h.