#include <new_sim_fumi_data.h>
Public Member Functions | |
NewSimulatorFumiComponent () | |
Constructor. | |
virtual | ~NewSimulatorFumiComponent () |
Destructor. | |
virtual SaHpiUint32T | Num () const |
Return componentId. | |
SaHpiFumiComponentInfoT | GetSourceData () const |
Return the values of source record. | |
bool | SetSourceData (SaHpiFumiComponentInfoT cinf) |
Set source data. | |
SaHpiFumiComponentInfoT | GetTargetData () const |
Return the values of target record. | |
bool | SetTargetData (SaHpiFumiComponentInfoT cinf) |
Set target data. | |
SaHpiFumiComponentInfoT | GetData () const |
Return the values of target record. | |
bool | SetData (SaHpiFumiComponentInfoT cinf) |
Set data. | |
SaHpiFumiLogicalComponentInfoT | GetLogicalData () const |
Return the values of logical target record. | |
bool | SetData (SaHpiFumiLogicalComponentInfoT cinf) |
Set logical data. | |
virtual void | Dump (NewSimulatorLog &dump) const |
Dump the Component information. |
|
Dump the Component information.
|
|
Set logical data.
|
|
Set data. The target data record is taken as default record.
|
|
Set source data.
|
|
Set target data.
|