diff --git a/Demo_CVProperties/DataView.asn b/Demo_CVProperties/DataView.asn index 141aa56336f5f7f853581853139854bedadf8089..fef389b5f879e24bf085dabaa956689fb10c9c01 100644 --- a/Demo_CVProperties/DataView.asn +++ b/Demo_CVProperties/DataView.asn @@ -5,7 +5,6 @@ IMPORTS T-Int32, T-UInt32, T-Int8, T-UInt8, T-Boolean FROM TASTE-BasicTypes; -- A few simple types to start with ASN.1 MyInteger ::= T-UInt8 -MyReal ::= REAL (0.0 .. 1000.0) MyEnum ::= ENUMERATED { hello, world, howareyou }