| 
    iSpike
    2.1
    
   Spike conversion library for robotics 
   | 
  
  
  
 
#include <YarpVisualReader.hpp>
  
 Public Member Functions | |
| YarpVisualReader (string nameserverIP, unsigned nameserverPort) | |
| virtual | ~YarpVisualReader () | 
| Bitmap & | getBitmap () | 
| void | initialize (map< string, Property > &properties) | 
| void | setProperties (map< string, Property > &properties) | 
| void | start () | 
Retrieves an image from a given yarp port and makes it available upon request
Definition at line 16 of file YarpVisualReader.hpp.
| YarpVisualReader::YarpVisualReader | ( | string | nameserverIP, | 
| unsigned | nameserverPort | ||
| ) | 
Constructor
Definition at line 18 of file YarpVisualReader.cpp.
| YarpVisualReader::~YarpVisualReader | ( | ) |  [virtual] | 
        
Destructor
Definition at line 46 of file YarpVisualReader.cpp.
| Bitmap & YarpVisualReader::getBitmap | ( | ) |  [virtual] | 
        
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.