#include <new_sim_control_analog.h>
Inheritance diagram for NewSimulatorControlAnalog:


| Public Member Functions | |
| NewSimulatorControlAnalog (NewSimulatorResource *res, SaHpiRdrT rdr, SaHpiCtrlStateAnalogT state, SaHpiCtrlModeT mode) | |
| Constructor. | |
| virtual | ~NewSimulatorControlAnalog () | 
| Destructor. | |
| virtual bool | CreateRdr (SaHpiRptEntryT &resource, SaHpiRdrT &rdr) | 
| A rdr structure is filled with the data. | |
| virtual SaErrorT | SetState (const SaHpiCtrlModeT &mode, const SaHpiCtrlStateT &state) | 
| HPI function saHpiControlSet(). | |
| virtual SaErrorT | GetState (SaHpiCtrlModeT &mode, SaHpiCtrlStateT &state) | 
| HPI function saHpiControlGet(). | |
| virtual void | Dump (NewSimulatorLog &dump) const | 
| Dump the control information. | |
| Protected Attributes | |
| SaHpiCtrlRecAnalogT | m_rec | 
| rdr information - Analog record | |
| SaHpiCtrlStateAnalogT | m_state | 
| state of the control | |
| 
 | ||||||||||||
| A rdr structure is filled with the data. This method is called by method NewSimulatorRdr::Populate(). 
 
 
 Reimplemented from NewSimulatorControl. | 
| 
 | 
| Dump the control information. 
 
 Implements NewSimulatorControl. | 
| 
 | ||||||||||||
| HPI function saHpiControlGet(). See also the description of the function inside the specification or header file. Copying the internal values (if a read is allowed). 
 
 
 Implements NewSimulatorControl. | 
| 
 | ||||||||||||
| HPI function saHpiControlSet(). See also the description of the function inside the specification or header file. Copying the internal values (if a read is allowed). 
 
 
 Implements NewSimulatorControl. | 
 1.4.4
 1.4.4