|
|
10 |
- RiCOSDefaultThreadPriority
|
(long) RTOS_PRIORITY_NORMAL |
|
|
(long) RTOS_DEFAULT_STACK |
- RiCOSDefaultMessageQueueSize
|
(long) RTOS_MQ_DEFAULT_SIZE |
- RTOS_PRIORITY_NUMBER2SYMBOL(N)
|
translate the number n into a symbol VDK_kPriorityN so you can use numbers in the Rhapsody model |
|
|
VDK_kPriority15 - it must match the kernel configuration in the VDKConfig project. |
- RTOS_PRIORITY_ABOVE_NORMAL
|
VDK_kPriority12 |
|
|
VDK_kPriority1 - it must match the kernel configuration in the VDKConfig project. |
|
|
VDK_kPriority30 |
|
|
512 - it must match the kernel configuration in the VDKConfig project. |
|
|
60 - it must match the kernel configuration in the VDKConfig project. |
|
|
255 - it must match the kernel configuration in the VDKConfig project. |
|
|
VDK_kMsgChannel12 - this is an arbitrary value between VDK_kMsgChannel1 and VDK_kMsgChannel15.
You may freely use a different one but it must match the kernel
configuration in theVDKConfig project. |
|
|
10 - it must match the kernel configuration in the VDKConfig project. |
|
|
1 - this is an arbitrary positive number. You may
freely use a different one but it must match the kernel configuration
in the VDKConfig project. |
|
|
16
|
- RiCOSMemoryAllocation_malloc
|
malloc is mapped to this function |
- RiCOSMemoryAllocation_calloc
|
calloc is mapped to this function |
- RiCOSMemoryAllocation_realloc
|
realloc is mapped to this function |
- RiCOSMemoryAllocation_free
|
free is mapped to this function |