DG1.h 638 B

1234567891011121314151617181920212223242526272829303132333435363738
  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 _DG1_H_
  8. #define _DG1_H_
  9. #include <asn_application.h>
  10. /* Including external dependencies */
  11. #include "MRZ.h"
  12. #include <constr_SEQUENCE.h>
  13. #ifdef __cplusplus
  14. extern "C" {
  15. #endif
  16. /* DG1 */
  17. typedef struct DG1 {
  18. MRZ_t mrz;
  19. /* Context for parsing across buffer boundaries */
  20. asn_struct_ctx_t _asn_ctx;
  21. } DG1_t;
  22. /* Implementation */
  23. extern asn_TYPE_descriptor_t asn_DEF_DG1;
  24. #ifdef __cplusplus
  25. }
  26. #endif
  27. #endif /* _DG1_H_ */
  28. #include <asn_internal.h>