libamxs
0.6.0
Data Model Synchronization C API
a.odl
Go to the documentation of this file.
1
object
A
{
2
object
object_A {
3
string
param_A
=
"I am A"
;
4
}
5
6
object
A_template[] {
7
uint32
param_A
= 1337;
8
}
9
10
uint32
param_A
= 404;
11
}
12
13
%populate {
14
object
A
.A_template {
15
instance add(1) {}
16
instance add(2) {
17
parameter
param_A
= 666;
18
}
19
}
20
}
param_A
uint32 param_A
Definition:
a.odl:14
A
object A
Definition:
a.odl:1
test
amxs_sync_start
a.odl
Generated on Mon Aug 26 2024 14:18:14 for libamxs by
1.9.1