iSpike  2.1
Spike conversion library for robotics
ispike::YarpVisualReader Class Reference

#include <YarpVisualReader.hpp>

Inheritance diagram for ispike::YarpVisualReader:
ispike::VisualReader ispike::Reader ispike::PropertyHolder ispike::ISpikeThread

List of all members.

Public Member Functions

 YarpVisualReader (string nameserverIP, unsigned nameserverPort)
virtual ~YarpVisualReader ()
BitmapgetBitmap ()
void initialize (map< string, Property > &properties)
void setProperties (map< string, Property > &properties)
void start ()

Detailed Description

Retrieves an image from a given yarp port and makes it available upon request

Definition at line 16 of file YarpVisualReader.hpp.


Constructor & Destructor Documentation

YarpVisualReader::YarpVisualReader ( string  nameserverIP,
unsigned  nameserverPort 
)

Constructor

Definition at line 18 of file YarpVisualReader.cpp.

Destructor

Definition at line 46 of file YarpVisualReader.cpp.


Member Function Documentation

Returns a reference to the image in the visual reader

Implements ispike::VisualReader.

Definition at line 65 of file YarpVisualReader.cpp.

void YarpVisualReader::initialize ( map< string, Property > &  properties) [virtual]

Implements ispike::Reader.

Definition at line 74 of file YarpVisualReader.cpp.

void YarpVisualReader::setProperties ( map< string, Property > &  properties) [virtual]

Sets the properties

Implements ispike::PropertyHolder.

Definition at line 86 of file YarpVisualReader.cpp.

void YarpVisualReader::start ( ) [virtual]

Initialises the channel and starts the conversion thread

Implements ispike::ISpikeThread.

Definition at line 92 of file YarpVisualReader.cpp.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Defines