Add initial codes
[it/test.git] / simulators / e2sim / src / ONS2019 / pendulum.asn1
1 PendulumModule DEFINITIONS AUTOMATIC TAGS ::=\r
2 \r
3 BEGIN\r
4 \r
5 Pendulum ::= SEQUENCE {\r
6   sequence  INTEGER         OPTIONAL,\r
7   angle     REAL            OPTIONAL,\r
8   torque    REAL            OPTIONAL,\r
9   strval    PrintableString OPTIONAL\r
10 }\r
11 \r
12 END\r