|
|
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 RiCOSActiveClassTask which must match the VDKConfig project.. |
|
|
The priority of RiCOSBridgeTask which must match the kernel configuration in the VDKConfig project. |
|
|
The lowest priority of a task. |
|
|
This macro defines the default size of any task
in bytes. |
|
|
This macro defines the maximum number of messages
in the VDK RTOS |
|
|
This macro defines the stack of RiCOSActiveClassTask must match the kernel configuration in the VDKConfig project. |
|
|
This macro defines the channel used for messages
inside the RXF. It must match the kernel configuration in the VDKConfig
project. |
|
|
This macro defines the maximum number of messages inside the RXF. It
must match the kernel configuration in the VDKConfig project. |
|
|
16
|
- 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 |