|
|
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 RXF 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 size in bytes
of the stack of the main task |
|
|
This macro defines the size in bytes
of the stack of the bridge task |
|
|
This macro can be used to set the scheduling policy to one of and SCHED_FIFO, SCHED_RR and SCHED_OTHER. |
|
|
|
- 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 |