libamxs  0.6.0
Data Model Synchronization C API
sync.odl
Go to the documentation of this file.
1 %populate {
2  synchronize 'A.' <-> 'B.' {
3  object 'A_template_sub.' <-> 'B_template_sub.' {
4  parameter 'param_A' <-> 'param_B';
5  object 'A_sub.' <-> 'B_sub.' {
6  parameter 'text_A' <-> 'text_B';
7  }
8  }
9  }
10 }