AWE Core OS 8.B.16 Documentation
Enumerations
ProxyIDs.h File Reference

A list of all AWE Server Commands. More...

Go to the source code of this file.

Enumerations

enum  tProxyFuncID {
  PFID_Undefined = 0 , PFID_SetCall = 1 , PFID_GetCall = 2 , PFID_GetClassType = 4 ,
  PFID_GetPinType = 5 , PFID_ClassWire_Constructor = 6 , PFID_BindIOToWire = 7 , PFID_FetchValue = 8 ,
  PFID_SetValue = 9 , PFID_GetHeapCount = 10 , PFID_GetHeapSize = 11 , PFID_Destroy = 12 ,
  PFID_GetCIModuleCount = 13 , PFID_GetCIModuleInfo = 14 , PFID_ClassModule_Constructor = 15 , PFID_ClassLayout_Constructor = 16 ,
  PFID_SetModuleState = 19 , PFID_GetModuleState = 20 , PFID_PumpModule = 21 , PFID_ClassLayout_Process = 22 ,
  PFID_GetFirstObject = 23 , PFID_GetNextObject = 24 , PFID_GetFirstIO = 25 , PFID_GetNextIO = 26 ,
  PFID_StartAudio = 27 , PFID_StopAudio = 28 , PFID_FetchValues = 29 , PFID_SetValues = 30 ,
  PFID_GetSizeofInt = 31 , PFID_GetFirstFile = 32 , PFID_GetNextFile = 33 , PFID_OpenFile = 34 ,
  PFID_ReadFile = 35 , PFID_WriteFile = 36 , PFID_CloseFile = 37 , PFID_DeleteFile = 38 ,
  PFID_ExecuteFile = 39 , PFID_EraseFlash = 40 , PFID_GetTargetInfo = 41 , PFID_GetFileSystemInfo = 42 ,
  PFID_GetProfileValues = 43 , PFID_FileSystemReset = 44 , PFID_GetObjectByID = 46 , PFID_AddModuleToLayout = 47 ,
  PFID_SetValueCall = 48 , PFID_Tick = 54 , PFID_AllocateHeaps = 56 , PFID_DestroyHeaps = 57 ,
  PFID_WritePumpRead = 58 , PFID_SetValueSetCall = 60 , PFID_SetValuesSetCall = 61 , PFID_GetCallFetchValue = 62 ,
  PFID_GetCallFetchValues = 63 , PFID_SetPointer = 77 , PFID_CreateLookupTable = 81 , PFID_DerefPointer = 84 ,
  PFID_GetWireType = 85 , PFID_SetInstanceID = 86 , PFID_Get_Flash_Erase_Time = 87 , PFID_DestroyAll = 93 ,
  PFID_GetFirstCore = 94 , PFID_GetNextCore = 95 , PFID_GetCores = 97 , PFID_FetchValues_float = 98 ,
  PFID_GetCallFetchValues_float = 99 , PFID_SetValues_float = 100 , PFID_SetValuesSetCall_float = 101 , PFID_FetchValue_float = 102 ,
  PFID_GetCallFetchValue_float = 103 , PFID_SetValue_float = 104 , PFID_SetValueSetCall_float = 105 , PFID_SetValuesPartial = 106 ,
  PFID_SetValuesPartial_float = 107 , PFID_SetCores = 109 , PFID_CheckMemory = 113 , PFID_StartAudio2 = 116 ,
  PFID_StopAudio2 = 117 , PFID_GetValueHandle = 120 , PFID_SetValueHandle = 121 , PFID_GetStatusHandle = 122 ,
  PFID_SetStatusHandle = 123 , PFID_GetValueHandleMask = 124 , PFID_SetValueHandleMask = 125 , PFID_GetExtendedInfo = 126 ,
  PFID_GetCores2 = 127 , PFID_GetInstanceTable = 127 , PFID_CreateWireBufferPool = 128 , PFID_CreateWireInBufferPool = 129 ,
  PFID_GetSharedHeapSize = 130 , PFID_GetLayoutCoreAffinity = 131
}
 Enumeration of Proxy function IDs. More...
 

Detailed Description

A list of all AWE Server Commands.

Enumeration Type Documentation

◆ tProxyFuncID

Enumeration of Proxy function IDs.

Enumerator
PFID_Undefined 

Undefined ID - zero.

PFID_SetCall 

Function ID for awe_fwSetCall().

PFID_GetCall 

Function ID for awe_fwGetCall().

PFID_GetClassType 

Function ID for awe_fwGetClassType().

PFID_GetPinType 

Function ID for awe_fwGetPinType().

PFID_ClassWire_Constructor 

Function ID for ClassWire_Constructor().

PFID_BindIOToWire 

Function ID for BindIOToWire().

PFID_FetchValue 

Function ID for awe_fwFetchValue().

PFID_SetValue 

Function ID for awe_fwSetValue().

PFID_GetHeapCount 

Function ID for awe_fwGetHeapCount().

PFID_GetHeapSize 

Function ID for awe_fwGetHeapSize().

PFID_Destroy 

Function ID for awe_fwDestroy().

PFID_GetCIModuleCount 

Function ID for awe_fwGetAweInstanceModuleCount().

PFID_GetCIModuleInfo 

Function ID for awe_fwGetAweInstanceModuleInfo().

PFID_ClassModule_Constructor 

Function ID for ClassModule_Constructor().

PFID_ClassLayout_Constructor 

Function ID for awe_fwLayoutConstructor().

PFID_SetModuleState 

Function ID for awe_fwSetModuleState().

PFID_GetModuleState 

Function ID for awe_fwGetModuleState().

PFID_PumpModule 

Function ID for awe_fwPumpModule().

PFID_ClassLayout_Process 

Function ID for awe_fwLayoutProcess().

PFID_GetFirstObject 

Function ID for awe_fwGetFirstObject().

PFID_GetNextObject 

Function ID for awe_fwGetNextObject().

PFID_GetFirstIO 

Function ID for awe_fwGetFirstIO().

PFID_GetNextIO 

Function ID for awe_fwGetNextIO().

PFID_StartAudio 

Function ID for StartAudio().

PFID_StopAudio 

Function ID for StopAudio().

PFID_FetchValues 

Function ID for awe_fwFetchValue().

PFID_SetValues 

Function ID for awe_fwSetValue().

PFID_GetSizeofInt 

Function ID for sizeof(INT32).

PFID_GetFirstFile 

Function ID for awe_GetFirstFile().

PFID_GetNextFile 

Function ID for awe_GetNextFile().

PFID_OpenFile 

Function ID for awe_OpenFile().

PFID_ReadFile 

Function ID for awe_ReadFile().

PFID_WriteFile 

Function ID for awe_WriteFile().

PFID_CloseFile 

Function ID for awe_CloseFile().

PFID_DeleteFile 

Function ID for awe_DeleteFile().

PFID_ExecuteFile 

Function ID for awe_ExecuteFile().

PFID_EraseFlash 

Function ID for awe_EraseFlash().

PFID_GetTargetInfo 

Function ID for awe_GetTargetInfo().

PFID_GetFileSystemInfo 

Function ID for awe_GetFileSystemInfo().

PFID_GetProfileValues 

Function ID for awe_fwGetProfileValues().

PFID_FileSystemReset 

Function ID for awe_FileSystemReset().

PFID_GetObjectByID 

Function ID for awe_fwGetObjectByID().

PFID_AddModuleToLayout 

Function ID for awe_fwAddModuleToLayout().

PFID_SetValueCall 

Function ID for awe_fwSetValue() awe_fwSetCall().

PFID_AllocateHeaps 

Allocate framework heaps.

PFID_DestroyHeaps 

Destroy framework heaps.

PFID_WritePumpRead 

Single message write-pump-read combo.

PFID_SetValueSetCall 

Function ID for awe_fwSetValue() followed by awe_fwSetCall.

PFID_SetValuesSetCall 

Function ID for awe_fwSetValues() followed by awe_fwSetCall.

PFID_GetCallFetchValue 

Function ID for awe_GetCall() followed by awe_fwFetchValue().

PFID_GetCallFetchValues 

Function ID for awe_GetCall() followed by awe_fwFetchValues().

PFID_SetPointer 

Function ID for awe_fwSetPointer().

PFID_CreateLookupTable 

Function ID for awe_fwcreateLookupTable().

PFID_DerefPointer 

Function ID for awe_fwDerefPointer().

PFID_GetWireType 

Function ID for awe_fwGetWireType().

PFID_SetInstanceID 

Function ID for awe_fwSetInstanceID().

PFID_Get_Flash_Erase_Time 

Function ID for awe_fwGetFlashEraseTime().

PFID_DestroyAll 

Function ID for awe_fwDestroyAll().

PFID_GetFirstCore 

Function ID for report first core.

PFID_GetNextCore 

Function ID for report next core.

PFID_GetCores 

Function ID for GetCores().

PFID_FetchValues_float 

Function ID for awe_fwFetchValue() as float.

PFID_GetCallFetchValues_float 

Function ID for awe_GetCall() as float followed by awe_fwFetchValue().

PFID_SetValues_float 

Function ID for awe_fwSetValue() as float.

PFID_SetValuesSetCall_float 

Function ID for awe_fwSetValues() as float followed by awe_fwSetCall.

PFID_FetchValue_float 

Function ID for awe_fwFetchValue() as float.

PFID_GetCallFetchValue_float 

Function ID for awe_GetCall() as float followed by awe_fwFetchValue().

PFID_SetValue_float 

Function ID for awe_fwSetValue() as float.

PFID_SetValueSetCall_float 

Function ID for awe_fwSetValue() followed by awe_fwSetCall.

PFID_SetValuesPartial 

Function ID for awe_fwSetValue().

PFID_SetValuesPartial_float 

Function ID for awe_fwSetValue() as float.

PFID_SetCores 

Function ID for GetCores().

PFID_CheckMemory 

Special for target integrity bchecks.

PFID_StartAudio2 

Start audio without callback.

PFID_StopAudio2 

Stop audio without callback.

PFID_GetValueHandle 

Get value(s) by handle.

PFID_SetValueHandle 

Set value(s) by handle.

PFID_GetStatusHandle 

Get module status by handle.

PFID_SetStatusHandle 

Set module status by handle.

PFID_GetValueHandleMask 

Get value(s) by handle and mask.

PFID_SetValueHandleMask 

Set value(s) by handle and mask.

PFID_GetExtendedInfo 

Get extended target info.

PFID_GetCores2 

Function ID for GetCores().

PFID_CreateWireBufferPool 

Function ID for awe_fwCreateWireBufferPool().

PFID_CreateWireInBufferPool 

Function ID for awe_fwCreateWireInBufferPool().

PFID_GetSharedHeapSize 

Get the shared heap size.

PFID_GetLayoutCoreAffinity 

Function ID for awe_fwGetLayoutCoreAffinity.