#include "VDK.h"#include <VDK_Internals.h>#include "lwip_sysboot_threadtype.h"#include "lwip/ADI_TOOLS_IOEThreadType.h"#include "httpd_type.h"#include "../../common/cmd/cmdSchedulerType.h"#include "../../common/cmd/cmdSchedulerExecutor.h"#include "..\..\common\cmd\cmdTerminalThread.h"Namespaces | |
| namespace | VDK |
Defines | |
| #define | NULL 0 |
Functions | |
| VDK::MemoryPoolTable | g_MemoryPoolTable (g_MemIDElements,(1)) |
| VDK::HistoryBuffer | g_History (256, g_HistoryEnums) |
| void | MessageQueueCleanup (MessageQueue *) |
| VDK::MessageTable | g_MessageTable (g_MsgIDElements, 10) |
Variables | |
| const unsigned int | kMaxNumActiveMemoryPools = 1 |
| VDK::IDTableElement | g_MemIDElements [1] |
| VDK::PoolID | g_MessagePoolID |
| BootPoolInfo | g_BootMemoryPools [] |
| unsigned int | kNumBootPools = sizeof (g_BootMemoryPools)/sizeof(BootPoolInfo) |
| VDK::HistoryBuffer::HistoryEvent | g_HistoryEnums [256] |
| HeapInfo | g_Heaps [] |
| HeapID | g_SemaphoreHeap = ksystem_heap |
| HeapID | g_DeviceFlagHeap = ksystem_heap |
| HeapID | g_IOObjectHeap = ksystem_heap |
| unsigned int | kNumHeaps = sizeof (g_Heaps)/sizeof(HeapInfo) |
| const unsigned int | kMaxNumActiveMessages = 10 |
| VDK::IDTableElement | g_MsgIDElements [10] |
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
Initial value:
{
{ kReservedPool, sizeof(VDK::Message), 10, false, ksystem_heap }
}
|
|
|
|
|
|
Initial value:
{
{ 0, 0 }
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.1