a generel hardware sensor interface. The sensor should interface to a statefull instance of either a real world sensor or a simulated sensor. The sensor interface acts as a realistic handle to controlling some specific instance of a sensor.  
 More...
#include <Sensor.hpp>
Inherited by Camera, FTSensor, Scanner, and TactileArray.
 | 
|   | Sensor (const std::string &name) | 
|   | constructor  More...
  | 
|   | 
|   | Sensor (const std::string &name, const std::string &description) | 
|   | constructor  More...
  | 
|   | 
| void  | setName (const std::string &name) | 
|   | sets the name of this sensor  More...
  | 
|   | 
| void  | setDescription (const std::string &description) | 
|   | sets the description of this sensor  More...
  | 
|   | 
a generel hardware sensor interface. The sensor should interface to a statefull instance of either a real world sensor or a simulated sensor. The sensor interface acts as a realistic handle to controlling some specific instance of a sensor. 
 
◆ Sensor() [1/2]
  
  
      
        
          | Sensor  | 
          ( | 
          const std::string &  | 
          name | ) | 
           | 
         
       
   | 
  
protected   | 
  
 
constructor 
- Parameters
 - 
  
    | name | [in] the name of this sensor  | 
  
   
 
 
◆ Sensor() [2/2]
  
  
      
        
          | Sensor  | 
          ( | 
          const std::string &  | 
          name,  | 
         
        
           | 
           | 
          const std::string &  | 
          description  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
protected   | 
  
 
constructor 
- Parameters
 - 
  
    | name | [in] the name of this sensor  | 
    | description | [in] description of the sensor  | 
  
   
 
 
◆ getDescription()
  
  
      
        
          | const std::string& getDescription  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
returns a description of this sensor 
- Returns
 - reference to this sensors description 
 
 
 
◆ getName()
  
  
      
        
          | const std::string& getName  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
returns the name of this sensor 
- Returns
 - name of sensor 
 
 
 
◆ getSensorModel()
The frame to which the sensor is attached. 
The frame can be NULL. 
 
 
◆ setDescription()
  
  
      
        
          | void setDescription  | 
          ( | 
          const std::string &  | 
          description | ) | 
           | 
         
       
   | 
  
inlineprotected   | 
  
 
sets the description of this sensor 
- Parameters
 - 
  
    | description | [in] description of this sensor  | 
  
   
 
 
◆ setName()
  
  
      
        
          | void setName  | 
          ( | 
          const std::string &  | 
          name | ) | 
           | 
         
       
   | 
  
inlineprotected   | 
  
 
sets the name of this sensor 
- Parameters
 - 
  
    | name | [in] name of this sensor  | 
  
   
 
 
◆ setSensorModel()
Sets the frame to which the sensor should be attached. 
- Parameters
 - 
  
  
 
 
 
The documentation for this class was generated from the following file: