ACSSim::Simulator Interface Reference
import "Simulator.idl";
List of all members.
Public Member Functions |
| void | setMethod (in string compName, in string methodName, in string code, in double timeout) |
| void | setMethodIF (in string ifName, in string methodName, in string code, in double timeout) |
| MethodInfo | getMethod (in string compName, in string methodName) raises (NoSuchMethodEx) |
| MethodInfo | getMethodIF (in string ifName, in string methodName) raises (NoSuchMethodEx) |
| void | setGlobalData (in string name, in string value) raises (DataErrorEx) |
| void | removeGlobalData (in string name) raises (NoSuchDataEx, DataErrorEx) |
| string | getGlobalData (in string name) raises (NoSuchDataEx) |
Member Function Documentation
| string ACSSim::Simulator::getGlobalData |
( |
in string |
name |
) |
raises (NoSuchDataEx) |
| void ACSSim::Simulator::setGlobalData |
( |
in string |
name, |
|
|
in string |
value | |
|
) |
| | raises (DataErrorEx) |
| void ACSSim::Simulator::setMethod |
( |
in string |
compName, |
|
|
in string |
methodName, |
|
|
in string |
code, |
|
|
in double |
timeout | |
|
) |
| | |
| void ACSSim::Simulator::setMethodIF |
( |
in string |
ifName, |
|
|
in string |
methodName, |
|
|
in string |
code, |
|
|
in double |
timeout | |
|
) |
| | |
The documentation for this interface was generated from the following file: