LRAUV  revA
InternalSimIF.h
Go to the documentation of this file.
1 
13 #ifndef INTERNALSIMIF_H_
14 #define INTERNALSIMIF_H_
15 
25 namespace InternalSimIF
26 {
27 // Component name
28 static const Str NAME( "InternalSim" );
29 
30 // Include common ConfigURIs -- must be in namespace and follow definition of NAME
32 
33 }
34 
35 #endif /*INTERNALSIMIF_H_*/
Replacement for standard template class string.
Definition: Str.h:12
Specifies URIs shared by components that can be loaded from modules at startup Designed to be include...
Specifies the interface details for the InternalSim component in the SimulatorModule.
Definition: InternalSimIF.h:25