NoArguments.h 868 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. /*
  2. * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
  3. * From ASN.1 module "Seader"
  4. * found in "seader.asn1"
  5. * `asn1c -D ./lib/asn1 -no-gen-example -no-gen-OER -no-gen-PER -pdu=all`
  6. */
  7. #ifndef _NoArguments_H_
  8. #define _NoArguments_H_
  9. #include <asn_application.h>
  10. /* Including external dependencies */
  11. #include <NULL.h>
  12. #ifdef __cplusplus
  13. extern "C" {
  14. #endif
  15. /* NoArguments */
  16. typedef NULL_t NoArguments_t;
  17. /* Implementation */
  18. extern asn_TYPE_descriptor_t asn_DEF_NoArguments;
  19. asn_struct_free_f NoArguments_free;
  20. asn_struct_print_f NoArguments_print;
  21. asn_constr_check_f NoArguments_constraint;
  22. ber_type_decoder_f NoArguments_decode_ber;
  23. der_type_encoder_f NoArguments_encode_der;
  24. xer_type_decoder_f NoArguments_decode_xer;
  25. xer_type_encoder_f NoArguments_encode_xer;
  26. #ifdef __cplusplus
  27. }
  28. #endif
  29. #endif /* _NoArguments_H_ */
  30. #include <asn_internal.h>