|
|
1.1 ! root 1: /* automatically generated by posy 3.1 #16 (gremlin), do not edit! */ ! 2: ! 3: #ifndef _module_IMAGE_defined_ ! 4: #define _module_IMAGE_defined_ ! 5: ! 6: #include <isode/psap.h> ! 7: #include <isode/pepy/UNIV-types.h> ! 8: ! 9: #define type_IMAGE_Version PElement ! 10: #define bits_IMAGE_Version "\020\01version-1" ! 11: #define bit_IMAGE_Version_version__1 0 ! 12: ! 13: #define type_IMAGE_Format PElement ! 14: #define bits_IMAGE_Format "\020\01x-windows-bitmap" ! 15: #define bit_IMAGE_Format_x__windows__bitmap 0 ! 16: ! 17: #define type_IMAGE_Filename type_UNIV_GraphicString ! 18: ! 19: struct type_IMAGE_Initialize__INV { ! 20: struct type_IMAGE_Version *proposed; ! 21: }; ! 22: ! 23: struct type_IMAGE_Initialize__RSP { ! 24: struct type_IMAGE_Version *negotiated; ! 25: }; ! 26: ! 27: struct type_IMAGE_VersionsSupported { ! 28: struct type_IMAGE_Version *supported; ! 29: }; ! 30: ! 31: struct type_IMAGE_ReadImage__INV { ! 32: struct element_IMAGE_1 { ! 33: struct choice_IMAGE_0 { ! 34: int offset; ! 35: #define choice_IMAGE_0_file__name 1 ! 36: #define choice_IMAGE_0_mail__address 2 ! 37: ! 38: union { ! 39: struct type_IMAGE_Filename *file__name; ! 40: ! 41: struct type_IMAGE_Mail__Address *mail__address; ! 42: } un; ! 43: } *choice_IMAGE_0; ! 44: ! 45: struct element_IMAGE_1 *next; ! 46: } *element_IMAGE_1; ! 47: ! 48: struct element_IMAGE_4 { ! 49: struct type_IMAGE_Format *element_IMAGE_5; ! 50: ! 51: struct element_IMAGE_4 *next; ! 52: } *element_IMAGE_4; ! 53: }; ! 54: ! 55: struct type_IMAGE_ReadImage__RSP { ! 56: struct choice_IMAGE_1 { ! 57: int offset; ! 58: #define choice_IMAGE_1_x__windows 1 ! 59: ! 60: union { ! 61: struct type_IMAGE_X__Windows__Bitmap *x__windows; ! 62: } un; ! 63: } *choice_IMAGE_1; ! 64: }; ! 65: ! 66: struct type_IMAGE_FormatsSupported { ! 67: struct type_IMAGE_Format *supported; ! 68: }; ! 69: ! 70: struct type_IMAGE_Mail__Address { ! 71: struct type_UNIV_GraphicString *local; ! 72: ! 73: struct type_UNIV_GraphicString *domain; ! 74: ! 75: PE options; ! 76: #define bits_IMAGE_options "\020\01default-local\02default-host" ! 77: #define bit_IMAGE_options_default__local 0 ! 78: #define bit_IMAGE_options_default__host 1 ! 79: }; ! 80: ! 81: struct type_IMAGE_X__Windows__Bitmap { ! 82: int width; ! 83: ! 84: int height; ! 85: ! 86: int hot__spot__x; ! 87: ! 88: int hot__spot__y; ! 89: ! 90: struct qbuf *data; ! 91: }; ! 92: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.