|
|
The number of ticks per milisecond.
Usually this constant can be derived from your RTOS configuration. |
- RiCOSDefaultThreadPriority
|
This constant, type long, is part of the
RiCOSOXFInitEpilog and RiCOSEndApplocation interface by IBM Rational, but
needed in an RTX based on an RTOS only.
You can define it as RTOS_PRIORITY_NORMAL |
|
|
This constant, type long, is part of the
RiCOSOXFInitEpilog and
RiCOSEndApplocation interface by IBM Rational, but needed in an RTX based
on an RTOS only.
You can define it as RTOS_DEFAULT_STACK |
- RiCOSDefaultMessageQueueSize
|
This constant, type long, is part of the
RiCOSOXFInitEpilog and
RiCOSEndApplocation interface by IBM Rational, but needed in an RTX based
on an RTOS only.
You can define it as RTOS_MQ_DEFAULT_SIZE |
|
|
The default priority of any task. This
priority is used when the real time model is used. |
|
|
The priority of the Bridge task |
|
|
The lowest priority of any task. This priority is
used when the simulated time model is used. |
|
|
This macro defines the default size of any task
in bytes. |
|
|
This macro defines the maximum number of messages
in a queue |
|
|
This macro defines the alignment in bytes
of the main task rhpMainTask |
|
|
This macro defines the alignment in bytes
of the main task BridgeTask |
|
|
|
- RiCOSMemoryAllocation_malloc
|
malloc must be mapped to this function |
- RiCOSMemoryAllocation_calloc
|
calloc must be mapped to this function |
- RiCOSMemoryAllocation_realloc
|
realloc must be mapped to this function |
- RiCOSMemoryAllocation_free
|
free must be mapped to this function |