COM.h 773 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. /*
  2. * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
  3. * From ASN.1 module "Passport"
  4. * found in "eMRTD.asn1"
  5. * `asn1c -D ./lib/asn1 -no-gen-example -pdu=all`
  6. */
  7. #ifndef _COM_H_
  8. #define _COM_H_
  9. #include <asn_application.h>
  10. /* Including external dependencies */
  11. #include "LDSVersion.h"
  12. #include "UnicodeVersion.h"
  13. #include "DataGroups.h"
  14. #include <constr_SEQUENCE.h>
  15. #ifdef __cplusplus
  16. extern "C" {
  17. #endif
  18. /* COM */
  19. typedef struct COM {
  20. LDSVersion_t ldsVersion;
  21. UnicodeVersion_t unicodeVersion;
  22. DataGroups_t dataGroups;
  23. /* Context for parsing across buffer boundaries */
  24. asn_struct_ctx_t _asn_ctx;
  25. } COM_t;
  26. /* Implementation */
  27. extern asn_TYPE_descriptor_t asn_DEF_COM;
  28. #ifdef __cplusplus
  29. }
  30. #endif
  31. #endif /* _COM_H_ */
  32. #include <asn_internal.h>