index previous next




file name: template.hpp, template.cpp
classification: simulation
contents: global template variables
use: provides templates for transparently obtaining objects of classes where there are different implementations for hardware-based and pure simulation


global items used:


global variables:

 CClockTemplate *clockTemplate: The template returns a new instance of the currently used clock interface (hardware or software). It is set in file clockbas.cpp, and its methods are implemented in the implementation file of the currently used clock interface class.

 CGpsTemplate *gpsTemplate: The template returns a new instance of the currently used GPS interface (hardware or software). It is set in file gpsbase.cpp, and its methods are implemented in the implementation file of the currently used GPS interface class.


last modified: Fri Feb 5 18:56:38 1999