SamVersion.h 722 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 -pdu=all`
  6. */
  7. #ifndef _SamVersion_H_
  8. #define _SamVersion_H_
  9. #include <asn_application.h>
  10. /* Including external dependencies */
  11. #include <OCTET_STRING.h>
  12. #include <constr_SEQUENCE.h>
  13. #ifdef __cplusplus
  14. extern "C" {
  15. #endif
  16. /* SamVersion */
  17. typedef struct SamVersion {
  18. OCTET_STRING_t v;
  19. OCTET_STRING_t f;
  20. /* Context for parsing across buffer boundaries */
  21. asn_struct_ctx_t _asn_ctx;
  22. } SamVersion_t;
  23. /* Implementation */
  24. extern asn_TYPE_descriptor_t asn_DEF_SamVersion;
  25. #ifdef __cplusplus
  26. }
  27. #endif
  28. #endif /* _SamVersion_H_ */
  29. #include <asn_internal.h>