#include <networkWrappers/frameGrabber_nwc_yarp/StreamReceiver.h>
Public Member Functions | |
int | lastHeight () const |
int | lastWidth () const |
yarp::os::Stamp | lastStamp () const |
template<typename ImageType > | |
bool | lastImage (ImageType &image) |
bool | open (const std::string &local, const std::string &remote, const std::string &carrier) |
bool | close () |
Definition at line 18 of file StreamReceiver.h.
bool StreamReceiver::close | ( | ) |
Definition at line 80 of file StreamReceiver.cpp.
int StreamReceiver::lastHeight | ( | ) | const |
Definition at line 19 of file StreamReceiver.cpp.
template bool StreamReceiver::lastImage< FlexImage > | ( | ImageType & | image | ) |
Definition at line 35 of file StreamReceiver.cpp.
yarp::os::Stamp StreamReceiver::lastStamp | ( | ) | const |
Definition at line 29 of file StreamReceiver.cpp.
int StreamReceiver::lastWidth | ( | ) | const |
Definition at line 24 of file StreamReceiver.cpp.
bool StreamReceiver::open | ( | const std::string & | local, |
const std::string & | remote, | ||
const std::string & | carrier | ||
) |
Definition at line 55 of file StreamReceiver.cpp.