help-libtasn1
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Circular definitions


From: Yaroslav Gaydash
Subject: Circular definitions
Date: Mon, 25 Feb 2013 17:06:25 +0400

Hello everybody,

Here's piece of MMS (ISO-9506) definition module.

Data ::= CHOICE {
    array     [1] IMPLICIT SEQUENCE OF Data,
    structure [2] IMPLICIT SEQUENCE OF Data,
   ...
} 

Another sample module is attached which shows TypeSpecification and 
TypeDescription mutual use.

So asn1_create_element() call is never return.

Is there a way to handle such circular or mutual use definitions?

Thanks.

Yaroslav Gaydash.

Attachment: test.asn
Description: NCBI data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]