Ignore:
Timestamp:
06/15/22 15:20:29 (2 years ago)
Author:
jderouillat
Message:

Introduced a new service (named defaultServicesId which contains all gatherers and all IO servers) to manage oasis_enddef through the different levels of servers. OASIS integration is moved in a dedicated virtual class CThirdPartyDriver whose an instance is owned by CServer.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_ym/XIOS_COUPLING/src/cxios.cpp

    r2329 r2335  
    2727  const string CXios::defaultServerId="default_server_id" ; 
    2828  const string CXios::defaultGathererId="default_gatherer_id" ; 
     29  const string CXios::defaultServicesId="default_services_id" ; 
    2930   
    3031  bool CXios::xiosStack = true; 
Note: See TracChangeset for help on using the changeset viewer.