runMACS
 All Data Structures Files Functions Variables Enumerations Enumerator Macros
Public Member Functions | Protected Member Functions
_RemoteGrabberImpl Class Reference

#include <RemoteGrabber.h>

Inheritance diagram for _RemoteGrabberImpl:
_ImageGrabberImpl

Public Member Functions

int getWidth ()
 
int getHeight ()
 
int getBytesPerPixel ()
 
void startServing ()
 
void stopServing ()
 
void addEndpoint (const std::string &_endpoint)
 

Protected Member Functions

 _RemoteGrabberImpl (const std::string &_deviceName, const std::string &_deviceSource, zmq::context_t &_ctx)
 
 ~_RemoteGrabberImpl ()
 
- Protected Member Functions inherited from _ImageGrabberImpl
virtual ~_ImageGrabberImpl ()=0
 

Detailed Description

Definition at line 13 of file RemoteGrabber.h.

Constructor & Destructor Documentation

_RemoteGrabberImpl::_RemoteGrabberImpl ( const std::string &  _deviceName,
const std::string &  _deviceSource,
zmq::context_t &  _ctx 
)
protected

Definition at line 4 of file RemoteGrabber.cpp.

_RemoteGrabberImpl::~_RemoteGrabberImpl ( )
protected

Definition at line 11 of file RemoteGrabber.cpp.

Member Function Documentation

void _RemoteGrabberImpl::addEndpoint ( const std::string &  _endpoint)
virtual

Implements _ImageGrabberImpl.

Definition at line 40 of file RemoteGrabber.cpp.

int _RemoteGrabberImpl::getBytesPerPixel ( )
virtual

Implements _ImageGrabberImpl.

Definition at line 23 of file RemoteGrabber.cpp.

int _RemoteGrabberImpl::getHeight ( )
virtual

Implements _ImageGrabberImpl.

Definition at line 19 of file RemoteGrabber.cpp.

int _RemoteGrabberImpl::getWidth ( )
virtual

Implements _ImageGrabberImpl.

Definition at line 15 of file RemoteGrabber.cpp.

void _RemoteGrabberImpl::startServing ( )
virtual

Implements _ImageGrabberImpl.

Definition at line 27 of file RemoteGrabber.cpp.

void _RemoteGrabberImpl::stopServing ( )
virtual

Implements _ImageGrabberImpl.

Definition at line 32 of file RemoteGrabber.cpp.


The documentation for this class was generated from the following files: