REAL

The ASN.1 REAL type is mapped to the C type OSREAL. In the global include file osSysTypes.h, OSREAL is defined to be a double.

ASN.1 production:

   ASN.1 production:

Generated C code:

   typedef OSREAL <name>;

Generated C++ code:

   typedef OSREAL ASN1T_<name>;