Macros | |
| #define | KANZI_GENERATE_QNX_PROPERTY_HOST_SIGNATURE(qnxType) |
| Generates native QNX handle type followed by comma-separated property functions for this QNX resource. | |
| #define | KANZI_QNX_PROPERTY_GETTER(qnxType, argType) |
| Produces a QNX function name that gets a property of a certain type. | |
| #define | KANZI_QNX_PROPERTY_SETTER(qnxType, argType) |
| Produces a QNX function name that sets a property of a certain type. | |
| #define KANZI_QNX_PROPERTY_GETTER | ( | qnxType, | |
| argType ) |
Produces a QNX function name that gets a property of a certain type.
| qnxType | QNX resource type. |
| argType | Primitive type to access. |
| #define KANZI_QNX_PROPERTY_SETTER | ( | qnxType, | |
| argType ) |
Produces a QNX function name that sets a property of a certain type.
| qnxType | QNX resource type. |
| argType | Primitive type to set. |
| #define KANZI_GENERATE_QNX_PROPERTY_HOST_SIGNATURE | ( | qnxType | ) |
Generates native QNX handle type followed by comma-separated property functions for this QNX resource.
Should be used to generate correct signature for QnxPropetyHost.
Example code
| qnxType | QNX resource type. |