Free Electron
ClientPipeline.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 __world_ClientPipeline_h__
8 #define __world_ClientPipeline_h__
9 namespace fe
10 {
11 namespace ext
12 {
13 
14 class FE_DL_EXPORT ClientPipeline
15  : virtual public PipelineI,
16  virtual public Config,
17  public Initialize<ClientPipeline>
18 {
19  public:
20  ClientPipeline(void);
21 virtual ~ClientPipeline(void);
22  void initialize(void);
23 
24  // AS PipelineI
25 virtual void attach( sp<ApplicationI> a_application,
26  sp<SignalerI> a_signaler,
27  sp<SequencerI> a_sequencer,
28  sp<Layout> l_hb,
29  sp<RecordGroup> rg_input);
30 
31  private:
32  sp<SignalerI> m_spSignaler;
33  sp<Layout> l_sim_hb;
34  sp<Layout> l_init;
35  sp<Layout> l_data;
36 
37 };
38 
39 
40 } /* namespace ext */
41 } /* namespace fe */
42 
43 #endif /* __world_ClientPipeline_h__ */
44 
kernel
Definition: namespace.dox:3