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 | removeMethod (in string compName, in string methodName) |
void | removeAllMethods () |
void | removeAllMethodsIF () |
void | removeMethodIF (in string ifName, in string methodName) |
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::removeAllMethods |
( |
|
) |
|
void ACSSim::Simulator::removeAllMethodsIF |
( |
|
) |
|
void ACSSim::Simulator::removeMethod |
( |
in string |
compName, |
|
|
in string |
methodName | |
|
) |
| | |
void ACSSim::Simulator::removeMethodIF |
( |
in string |
ifName, |
|
|
in string |
methodName | |
|
) |
| | |
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: