PACS.h 770 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. /*
  2. * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
  3. * From ASN.1 module "SIO"
  4. * found in "sio.asn1"
  5. * `asn1c -D ./lib/asn1 -no-gen-example -no-gen-PER -pdu=all`
  6. */
  7. #ifndef _PACS_H_
  8. #define _PACS_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. /* PACS */
  17. typedef struct PACS {
  18. OCTET_STRING_t payload;
  19. /* Context for parsing across buffer boundaries */
  20. asn_struct_ctx_t _asn_ctx;
  21. } PACS_t;
  22. /* Implementation */
  23. extern asn_TYPE_descriptor_t asn_DEF_PACS;
  24. extern asn_SEQUENCE_specifics_t asn_SPC_PACS_specs_1;
  25. extern asn_TYPE_member_t asn_MBR_PACS_1[1];
  26. #ifdef __cplusplus
  27. }
  28. #endif
  29. #endif /* _PACS_H_ */
  30. #include <asn_internal.h>