Top Up Prev Next Bottom Contents Index Search

5.3 Class ToEventHorizon

A ToEventHorizon is responsible for converting from a domain-specific representation to a universal representation. It is derived from EventHorizon.

ToEventHorizon(PortHole* p); 
The constructor simply calls the base class constructor, passing along its argument.

void initialize(); 
The initialize function prepares the object for execution.

void getData(); 
This protected member transfers data from the outside to the universal event horizon (myself).

void transferData(); 
This protected member transfers data from myself to my peer FromEventHorizon (the ghostPort).



Top Up Prev Next Bottom Contents Index Search

Copyright © 1990-1997, University of California. All rights reserved.