DSMCC  17.9.0
 All Data Structures Files Functions Typedefs
Data Structures | Macros | Typedefs | Functions
dsmObject.h File Reference

Header to dsmObject module - functions for managing DSM object heap. More...

#include "clDsmSystem.h"
#include "linkList.h"
#include "object.h"

Go to the source code of this file.

Data Structures

struct  s_DsmObject
 

Macros

#define DSM_OBJECT_MAGIC   0xF1D3B597
 
#define DSM_OBJECT_VALIDATE(pDsmObject)   (pDsmObject->magic == DSM_OBJECT_MAGIC && pDsmObject->myDsmInst)
 
#define DSM_OBJECT_CORRECT(pDsmObject, idp)   (pDsmObject->magic == DSM_OBJECT_MAGIC && pDsmObject->myDsmInst == idp)
 
#define DEFFERED_SERVICE_RECEIVED   0xD0FE
 

Typedefs

typedef struct s_DsmObjectP_DsmObject
 
typedef struct s_DsmObject S_DsmObject
 

Functions

E_DscError objectCreate (P_DsmCoreInst idp, P_DsmObject *ppObject)
 
void objectDestroy (P_DsmCoreInst idp, P_DsmObject pObject)
 

Detailed Description

Header to dsmObject module - functions for managing DSM object heap.

Date
1/2/2002
Author
N Kirkland

Definition in file dsmObject.h.