![]() |
DSMCC
22.11.0
|
Implementation of the clDsmUtils module. Contains generally useful functions. More...
#include "clDsmSystem.h"
#include "clDsmUtils.h"
#include "cacheMgr.h"
#include "calculateCRC.h"
#include "defMemUtilsMgd.h"
#include "getIopIor_include_src.h"
#include "defMemUtilsContig.h"
Macros | |
#define | SYSTEM_HARDWARE_DESC 0x01 |
#define | SYSTEM_SOFTWARE_DESC 0x02 |
Functions | |
E_DsmObjectKind | convertObjectKindStr (U32BIT objectKindStr) |
E_DscError | handleInLoopError (P_DsmCoreInst idp, E_DscError currErr, E_DscError newErr) |
void | readUInt16Seq (MemSeqRef memAreaRef, U16BIT *pUi16) |
void | readUInt32Seq (MemSeqRef memAreaRef, U32BIT *pUi32) |
void | getUInt8Seq (MemSeqRef memAreaRef, U8BIT *pUi8) |
void | getUInt16Seq (MemSeqRef memAreaRef, U16BIT *pUi16) |
void | getUInt32Seq (MemSeqRef memAreaRef, U32BIT *pUi32) |
void | readObjectKeySeq (MemSeqRef memAreaRef, P_ObjectKey pObjectKey, BOOLEAN *pValid) |
P_Compatibility | DSC_UtilParseCompatibilityDesc (P_DsmCoreInst idp, MemPtr pData, U16BIT length, U32BIT specifier) |
BOOLEAN | DSC_UtilCheckCompatibility (U8BIT *pData, U16BIT len, U32BIT specifier, S_SsuModelVersion smv) |
Implementation of the clDsmUtils module. Contains generally useful functions.