#include <new_sim_control_digital.h>
Inheritance diagram for NewSimulatorControlDigital:
Public Member Functions | |
NewSimulatorControlDigital (NewSimulatorResource *res, SaHpiRdrT rdr, SaHpiCtrlStateDigitalT state, SaHpiCtrlModeT mode) | |
Constructor. | |
virtual | ~NewSimulatorControlDigital () |
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 | |
SaHpiCtrlRecDigitalT | m_rec |
rdr information - digital record | |
SaHpiCtrlStateDigitalT | 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. |