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