[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.
test.asn
Description: NCBI data
- Circular definitions,
Yaroslav Gaydash <=