TOC PREV NEXT INDEX


Generated C++ Control Class Definition



A control class definition is generated for each defined production in the ASN.1 source file that is determined to be a Protocol Data Unit (PDU). By default, any type defined in an ASN.1 source file that is not referenced by any other type is a PDU. This default behavior can be overridden by using a configuration file setting (<isPDU/>) or a command-line option (-pdu) to explicitly declare that certain types are PDU's.

The generated control class is derived from the ASN1CType base class. This class provides a set of common attributes and methods for encoding/decoding ASN.1 messages. It hides most of the complexity of calling the encode/decode functions directly.


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