Esempio n. 1
0
 static void Main(string[] args)
 {
     CSimulationManager simulation = new CSimulationManager();
 }
 public CSensorFederateApp(CSimulationManager parent) : this()
 {
     manager = parent; // Set simulation manager
                       // Create regions manually
 }
Esempio n. 3
0
 public CDataCollectionFederateApp(CSimulationManager parent) : this()
 {
     manager = parent; // Set simulation manager
                       // Create regions manually
 }