libamxs
0.6.0
Data Model Synchronization C API
b.odl
Go to the documentation of this file.
1
object
B
{
2
object
object_B {
3
string
param_B
=
"I am B"
;
4
uint32
number_B
= 456;
5
}
6
7
object
B_template[] {
8
uint32
param_B
= 42;
9
string
flag =
"BB"
;
10
}
11
12
%read-only
string
param_B_ro =
"I am RO"
;
13
14
uint32
param_B
= 666;
15
16
object
B_template_sub
[] {
17
string
param_B
=
"I am B template sub"
;
18
object
B_sub
{
19
string
text_B =
"I am B sub"
;
20
uint32
number_B
= 44;
21
}
22
}
23
}
24
25
%populate {
26
object
B
.B_template {
27
instance add(1) {}
28
}
29
}
B_sub
object B_sub
Definition:
b.odl:18
B_template_sub
object B_template_sub[]
Definition:
b.odl:16
number_B
uint32 number_B
Definition:
b.odl:20
param_B
uint32 param_B
Definition:
b.odl:14
B
object B
Definition:
b.odl:1
test
amxs_sync_copy
b.odl
Generated on Mon Aug 26 2024 14:18:14 for libamxs by
1.9.1