DSMCC  17.9.0
 All Data Structures Files Functions Typedefs
Macros | Functions
clDsmUtils.c File Reference

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"

Go to the source code of this file.

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)
 

Detailed Description

Implementation of the clDsmUtils module. Contains generally useful functions.

Date
28/9/2001
Author
R Taylor

Definition in file clDsmUtils.c.