#include <new_sim_sensor_common.h>
Inheritance diagram for NewSimulatorSensorCommon:


| Public Member Functions | |
| NewSimulatorSensorCommon (NewSimulatorResource *res) | |
| Constructor. | |
| NewSimulatorSensorCommon (NewSimulatorResource *res, SaHpiRdrT rdr, SaHpiSensorReadingT data, SaHpiEventStateT event_state, SaHpiEventStateT event_amask, SaHpiEventStateT event_dmask, SaHpiBoolT enabled, SaHpiBoolT event_enabled) | |
| Fully qualified constructor to fill an object with the parsed data. | |
| virtual | ~NewSimulatorSensorCommon () | 
| Destructor. | |
| virtual bool | CreateRdr (SaHpiRptEntryT &resource, SaHpiRdrT &rdr) | 
| A rdr structure is filled with the internally data. | |
| virtual SaErrorT | GetSensorReading (SaHpiSensorReadingT &data, SaHpiEventStateT &state) | 
| HPI function saHpiSensorReadingGet(). | |
| virtual void | Dump (NewSimulatorLog &dump) const | 
| Dump the sensor information. | |
| 
 | ||||||||||||
| A rdr structure is filled with the internally data. This method is called by method NewSimulatorRdr::Populate(). 
 
 
 Reimplemented from NewSimulatorSensor. | 
| 
 | 
| Dump the sensor information. 
 
 Reimplemented from NewSimulatorSensor. | 
| 
 | ||||||||||||
| HPI function saHpiSensorReadingGet(). See also the description of the function inside the specification or header file. Copying the internal reading values (if a read is allowed). 
 
 
 Implements NewSimulatorSensor. | 
 1.4.4
 1.4.4