#include <new_sim_fumi_data.h>
Collaboration diagram for NewSimulatorFumiBank:
Public Member Functions | |
NewSimulatorFumiBank () | |
Constructor. | |
virtual | ~NewSimulatorFumiBank () |
Destructor. | |
virtual SaHpiUint8T | Num () const |
Return bank id. | |
bool | SetId (SaHpiUint8T id) |
Set the bank id. | |
SaHpiFumiSourceInfoT | GetSource () const |
Return source information. | |
bool | SetData (SaHpiFumiSourceInfoT src) |
Set bank source information. | |
SaHpiFumiBankInfoT | GetTarget () const |
Return target information. | |
bool | SetData (SaHpiFumiBankInfoT trg) |
Set bank target information. | |
SaHpiFumiLogicalBankInfoT | GetLogical () const |
Return logical target information. | |
bool | SetData (SaHpiFumiLogicalBankInfoT lgc) |
Set bank logical target information. | |
bool | AddSourceComponent (NewSimulatorFumiComponent *component) |
Add source information to a component. | |
bool | AddTargetComponent (NewSimulatorFumiComponent *component) |
Add target information to a component. | |
bool | AddLogicalTargetComponent (NewSimulatorFumiComponent *component) |
Add logical target information to a component. | |
SaErrorT | SetSource (SaHpiTextBufferT &src) |
HPI function saHpiFumiSourceSet(). | |
SaErrorT | GetSource (SaHpiFumiSourceInfoT &src) |
HPI function saHpiFumiSourceGet(). | |
SaErrorT | GetTarget (SaHpiFumiBankInfoT &trg) |
HPI function saHpiFumiTargetInfoGet(). | |
SaErrorT | GetLogicalTarget (SaHpiFumiLogicalBankInfoT &trg) |
HPI function saHpiFumiLogicalTargetInfoGet(). | |
virtual void | Dump (NewSimulatorLog &dump) const |
Dump Fumi Bank information. |
|
Add logical target information to a component. The logical target information is copied from the Component object.
|
|
Add source information to a component. The source information is copied from the Component object.
|
|
Add target information to a component. The target information is copied from the Component object.
|
|
Dump Fumi Bank information.
|
|
HPI function saHpiFumiLogicalTargetInfoGet(). See also the description of the function inside the specification or header file.
|
|
HPI function saHpiFumiSourceGet(). See also the description of the function inside the specification or header file.
|
|
HPI function saHpiFumiTargetInfoGet(). See also the description of the function inside the specification or header file.
|
|
Set bank logical target information.
|
|
Set bank target information.
|
|
Set bank source information.
|
|
Set the bank id.
|
|
HPI function saHpiFumiSourceSet(). See also the description of the function inside the specification or header file.
|