ptbl - print a type table
ptbl [-a] <tbl-file>
ptbl prints the give type table to stdout. It will print it in one of two
formats: internal style and ASN.1 stlye. The internal style shows the contents
of the type table data structure in ASN.1 value notation. You will need to
look at the tbl.asn1 file to understand the internal form. The ASN.1 form
attempts to re-create the ASN.1 that generated the given type table.
- -a
- Print the table in ASN.1 style (recommended)
- snacc/tbl-tools/ptbl/
- Source code for the ptbl program
snacc/asn1specs/tbl.asn1 ASN.1 definition for the type table data
structure
ptbl does not attempt to print the IMPORTs information even though it is
possible with a bit of work.
Copyright (c) 1993 Mike Sample and the University of British Columbia
Permission is granted to make and distribute verbatim copies of this manual
provided the copyright notice and this permission notice are preserved on all
copies.
Permission is granted to copy and distribute modified versions of this manual
under the conditions for verbatim copying, provided that the entire resulting
derived work is distributed under the terms of a permission notice identical
to this one.
Mike Sample <
[email protected]>, University of British Columbia
This work was made possible by grants from the Canadian Institute for
Telecommunications Research (CITR) and Natural Sciences and Engineering
Research Council of Canada (NSERC).