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
uint32
number_A
= 123;
5
}
6
7
object
A_template[] {
8
uint32
param_A
= 1337;
9
string
flag =
"AA"
;
10
}
11
12
%read-only
string
param_A_ro =
"I am read-only"
;
13
14
uint32
param_A
= 404;
15
16
object
A_template_sub
[] {
17
string
param_A
=
"I am A template sub"
;
18
object
A_sub
{
19
string
text_A =
"I am A sub"
;
20
uint32
number_A
= 101;
21
}
22
}
23
}
24
25
%populate {
26
object
A
.A_template {
27
instance add(1) {}
28
instance add(2) {}
29
}
30
31
object
A
.A_template_sub {
32
instance add(1) {}
33
}
34
}
A_sub
object A_sub
Definition:
a.odl:18
param_A
uint32 param_A
Definition:
a.odl:14
A
object A
Definition:
a.odl:1
A_template_sub
object A_template_sub[]
Definition:
a.odl:16
number_A
uint32 number_A
Definition:
a.odl:20
test
amxs_sync_copy
a.odl
Generated on Mon Aug 26 2024 14:18:14 for libamxs by
1.9.1