Ignore:
Timestamp:
07/16/20 17:18:01 (4 years ago)
Author:
ymipsl
Message:

Big update on on going work related to data distribution and transfer between clients and servers.

  • move all related file into distribution directorie
  • implement the concept of data "View"
  • implement the concept of "connector" which make the data transfer between 2 differents "Views"

YM

File:
1 edited

Legend:

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

    r1158 r1918  
    99 
    1010   CMessage::CMessage(void) {} 
     11 
     12   CMessage::CMessage(const CMessage& msg)  
     13   { 
     14     for(auto type : msg.typeList) push(*type) ; 
     15   } 
     16 
    1117    
    1218   CMessage& CMessage::push(const CBaseType& type) 
Note: See TracChangeset for help on using the changeset viewer.