TOC PREV NEXT INDEX


REAL



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

	ASN.1 production:    <name> ::= REAL
 

 
	Generated C code:    typedef ASN1REAL <name>;
 

 
	Generated C++ code:  typedef ASN1REAL ASN1T_<name>;
 



Objective Systems, Inc.

102 Pickering Way, Suite #506
Exton, Pennsylvania 19341
http://www.obj-sys.com
Phone: (484) 875-9841
Toll-free: (877) 307-6855 (US only)
Fax: (484) 875-9830
info@obj-sys.com
TOC PREV NEXT INDEX