LDSVersion.h 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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 _LDSVersion_H_
  8. #define _LDSVersion_H_
  9. #include <asn_application.h>
  10. /* Including external dependencies */
  11. #include <VisibleString.h>
  12. #ifdef __cplusplus
  13. extern "C" {
  14. #endif
  15. /* LDSVersion */
  16. typedef VisibleString_t LDSVersion_t;
  17. /* Implementation */
  18. extern asn_per_constraints_t asn_PER_type_LDSVersion_constr_1;
  19. extern asn_TYPE_descriptor_t asn_DEF_LDSVersion;
  20. asn_struct_free_f LDSVersion_free;
  21. asn_struct_print_f LDSVersion_print;
  22. asn_constr_check_f LDSVersion_constraint;
  23. ber_type_decoder_f LDSVersion_decode_ber;
  24. der_type_encoder_f LDSVersion_encode_der;
  25. xer_type_decoder_f LDSVersion_decode_xer;
  26. xer_type_encoder_f LDSVersion_encode_xer;
  27. oer_type_decoder_f LDSVersion_decode_oer;
  28. oer_type_encoder_f LDSVersion_encode_oer;
  29. per_type_decoder_f LDSVersion_decode_uper;
  30. per_type_encoder_f LDSVersion_encode_uper;
  31. #ifdef __cplusplus
  32. }
  33. #endif
  34. #endif /* _LDSVersion_H_ */
  35. #include <asn_internal.h>