source: XIOS/dev/dev_ym/XIOS_COUPLING/src/manager/daemons_manager.hpp @ 1853

Last change on this file since 1853 was 1764, checked in by ymipsl, 5 years ago

Some Update on XIOS services
Seems to work on Irène for :

  • first level of servers
  • fisrt + second level of servers
  • attached mode

YM

  • Property svn:executable set to *
File size: 330 bytes
Line 
1#ifndef __DAEMONS_MANAGER_HPP__
2#define __DAEMONS_MANAGER_HPP__
3
4namespace xios
5{
6
7
8  class CDaemonsManager
9  {
10    public:
11
12    CDaemonsManager(bool isXiosServer) ;
13    ~CDaemonsManager() ;
14
15    bool eventLoop(void) ;
16    bool servicesEventLoop(void) ;
17   
18    private:
19    bool isServer_ ;
20  } ;
21}
22
23#endif
Note: See TracBrowser for help on using the repository browser.