WebSphere Message Broker, Version 8.0.0.7
Operating Systems: AIX, HP-Itanium, Linux, Solaris, Windows, z/OS
See information about the latest product version
See information about the latest product version
Message sets: C options file for the mqsicreatemsgdefs command
Specify the options for the mqsicreatemsgdefs command when you import a C header file.
The following table lists the elements in the C language section of the options file. The following restrictions apply:
- You must specify, in an XML file, a valid value for the options listed, unless otherwise specified. See Message sets: Default options file for the mqsicreatemsgdefs command for details of the syntax.
- Values of options are case-sensitive.
- If you do not specify the -opt parameter on the mqsicreatemsgdefs command, the default options file called mqsicreatemsgdefs.xml is used; see Message sets: Default options file for the mqsicreatemsgdefs command.
For further information on using these options, see Message Sets: Importing from C.
<C> element | Possible values |
---|---|
COMPILER_NAME1 |
|
CODEPAGE |
|
FLOATING_POINT_FORMAT |
|
INCLUDE_PATH2 | Absolute path names of other header files, or an empty string (this is the default value). |
BYTE_ORDER |
|
ADDRESS_SIZE |
|
SIZE_OF_LONG_DOUBLE |
|
PACK_LEVEL1 |
|
SIZE_OF_ENUM |
|
PRESERVE_CASE_IN_VARIABLE_NAMES |
|
STRING_ENCODING |
|
STRING_PADDING_CHARACTER |
|
SCHEMA_TARGET_NAMESPACE_URI | A valid namespace URI, or empty (default) |
MESSAGE_PREFIX3 | A string with which to prefix created messages, or empty. Default is msg_. |
PRE_PROCESSING_OPTION |
|
Notes:
- If COMPILER_NAME is set to AIXxlc, the value of PACK_LEVEL is not used.
- In INCLUDE_PATH, separate paths by the system-dependent path separator character.
- MESSAGE_PREFIX is ignored if PRE_PROCESSING_OPTION is ale_idoc or file_idoc.