Free Electron
SimulatorLoopSystem.h
Go to the documentation of this file.
1 /* Copyright (C) 2003-2021 Free Electron Organization
2  Any use of this software requires a license. If a valid license
3  was not distributed with this file, visit freeelectron.org. */
4 
5 /** @file */
6 
7 #ifndef __moa_SimulatorLoopSystem_h__
8 #define __moa_SimulatorLoopSystem_h__
9 
10 namespace fe
11 {
12 namespace ext
13 {
14 
15 /**
16 
17 */
18 class SimulatorLoopSystem :
19  virtual public SystemI,
20  public Initialize<SimulatorLoopSystem>
21 {
22  public:
23  SimulatorLoopSystem(void);
24 virtual ~SimulatorLoopSystem(void);
25  void initialize(void);
26 
27 virtual void start(const t_note_id &a_note_id);
28 
29 virtual void connectOrchestrator(sp<OrchestratorI> a_spOrchestrator);
30 
31  private:
32  void performDataset(sp<RecordGroup> a_rg_dataset);
33 
34  sp<OrchestratorI> m_spOrchestrator;
35 };
36 
37 } /* namespace ext */
38 } /* namespace fe */
39 
40 #endif /* __moa_SimulatorLoopSystem_h__ */
41 
42 
kernel
Definition: namespace.dox:3