#include <new_sim_fumi.h>
Inheritance diagram for NewSimulatorFumi:
Public Member Functions | |
NewSimulatorFumi (NewSimulatorResource *res) | |
Constructor. | |
NewSimulatorFumi (NewSimulatorResource *res, SaHpiRdrT rdr) | |
Full qualified constructor to fill an object with the parsed data. | |
virtual | ~NewSimulatorFumi () |
Destructor. | |
virtual unsigned int | Num () const |
Return FumiId. | |
bool | SetData (SaHpiFumiRecT fumiRec) |
Set fumi record data. | |
bool | SetInfo (SaHpiFumiSpecInfoT spec, SaHpiFumiServiceImpactDataT impact, SaHpiBoolT rbDis) |
Set fumi information data. | |
bool | SetBankSource (NewSimulatorFumiBank *bank) |
Set source information for a FumiBank. | |
bool | SetBankTarget (NewSimulatorFumiBank *bank) |
Set target information for a FumiBank. | |
bool | SetBankLogical (NewSimulatorFumiBank *bank) |
Set logical target information for a FumiBank. | |
virtual bool | CreateRdr (SaHpiRptEntryT &resource, SaHpiRdrT &rdr) |
A rdr structure is filled with the data. | |
SaErrorT | GetSpecInfo (SaHpiFumiSpecInfoT &spec) |
HPI function saHpiFumiSpecInfoGet(). | |
SaErrorT | GetImpact (SaHpiFumiServiceImpactDataT &impact) |
HPI function saHpiFumiServiceImpactGet(). | |
SaErrorT | SetSource (SaHpiBankNumT bank, SaHpiTextBufferT &src) |
HPI function saHpiFumiSourceSet(). | |
SaErrorT | ValidateSource (SaHpiBankNumT bank) |
SaErrorT | GetSource (SaHpiBankNumT bank, SaHpiFumiSourceInfoT &src) |
HPI function saHpiFumiSourceGet(). | |
SaErrorT | GetComponentSource (SaHpiBankNumT bank, SaHpiEntryIdT comp, SaHpiEntryIdT &next, SaHpiFumiComponentInfoT &inf) |
SaErrorT | GetTarget (SaHpiBankNumT bank, SaHpiFumiBankInfoT &trg) |
HPI function saHpiFumiTargetInfoGet(). | |
SaErrorT | GetComponentTarget (SaHpiBankNumT bank, SaHpiEntryIdT comp, SaHpiEntryIdT &next, SaHpiFumiComponentInfoT &inf) |
SaErrorT | GetTargetLogical (SaHpiFumiLogicalBankInfoT &trg) |
HPI function saHpiFumiLogicalTargetInfoGet(). | |
SaErrorT | GetComponentTargetLogical (SaHpiEntryIdT comp, SaHpiEntryIdT &next, SaHpiFumiLogicalComponentInfoT &inf) |
SaErrorT | StartBackup () |
SaErrorT | SetOrder (SaHpiBankNumT bank, SaHpiUint32T pos) |
SaErrorT | CopyBank (SaHpiBankNumT bank, SaHpiBankNumT dest) |
SaErrorT | Install (SaHpiBankNumT bank) |
SaErrorT | GetStatus (SaHpiBankNumT bank, SaHpiFumiUpgradeStatusT &status) |
SaErrorT | VerifyTarget (SaHpiBankNumT bank) |
SaErrorT | VerifyTargetMain () |
SaErrorT | CancelUpgrade (SaHpiBankNumT bank) |
SaErrorT | GetRollbackFlag (SaHpiBoolT &rollb) |
SaErrorT | SetRollbackFlag (SaHpiBoolT rollb) |
SaErrorT | Rollback () |
SaErrorT | Activate () |
SaErrorT | Activate (SaHpiBoolT log) |
SaErrorT | Cleanup (SaHpiBankNumT bank) |
virtual void | Dump (NewSimulatorLog &dump) const |
Dump the Fumi information. |
|
A rdr structure is filled with the data. This method is called by method NewSimulatorRdr::Populate().
Reimplemented from NewSimulatorRdr. |
|
Dump the Fumi information.
Implements NewSimulatorRdr. |
|
HPI function saHpiFumiServiceImpactGet(). See also the description of the function inside the specification or header file. Copying the internal values (if a read is allowed).
|
|
HPI function saHpiFumiSourceGet(). See also the description of the function inside the specification or header file. Copying the internal values (if a read is allowed).
|
|
HPI function saHpiFumiSpecInfoGet(). See also the description of the function inside the specification or header file. Copying the internal values (if a read is allowed).
|
|
HPI function saHpiFumiTargetInfoGet(). See also the description of the function inside the specification or header file. Copying the internal values (if a read is allowed). Inside the function the bank information is get by a call of NewSimulatorFumiBank::GetTarget.
|
|
HPI function saHpiFumiLogicalTargetInfoGet(). See also the description of the function inside the specification or header file. Copying the internal values (if a read is allowed). Inside the function the bank information is get by a call of NewSimulatorFumiBank::GetLogicalTarget.
|
|
Set logical target information for a FumiBank.
|
|
Set source information for a FumiBank.
|
|
Set target information for a FumiBank.
|
|
Set fumi record data.
|
|
Set fumi information data.
|
|
HPI function saHpiFumiSourceSet(). See also the description of the function inside the specification or header file. Copying the internal values (if a read is allowed).
|