An Application on OTEC
To simulate an application in OTEC environment, objects needed for the application are determined.
1. Most objects can be directly instantiated from OTEC environment.
2. If not, classes for instantiating these objects can be inherited from a (base) class in any of the packages
- virtual functions for re-definition or for fine-tuning.
Example: FT_node is inherited from DEPEND’s FT_server2 and augmented.
- SendMsg is redefined to suit application. (In fact, it is overloaded.)