#include <GrabberStatsPublisher.h>
Public Member Functions | |
| GrabberStatsPublisher (zmq::context_t &_ctx, const std::string &_cameraName) | |
| void | publishJsonValue (Json::Value &_value) |
| void | publishBufferLoad (const int usedBuffers, const int totalBuffers) |
Definition at line 8 of file GrabberStatsPublisher.h.
| GrabberStatsPublisher::GrabberStatsPublisher | ( | zmq::context_t & | _ctx, |
| const std::string & | _cameraName | ||
| ) |
Definition at line 4 of file GrabberStatsPublisher.cpp.
| void GrabberStatsPublisher::publishBufferLoad | ( | const int | usedBuffers, |
| const int | totalBuffers | ||
| ) |
Definition at line 23 of file GrabberStatsPublisher.cpp.
| void GrabberStatsPublisher::publishJsonValue | ( | Json::Value & | _value | ) |
Definition at line 11 of file GrabberStatsPublisher.cpp.
1.8.8