Define USE_TYPED_DRVET, use drvet * instead of struct drvet *
This commit is contained in:
@@ -11,6 +11,8 @@
|
||||
|
||||
SRC_DIRS += $(IOCDIR)/dbStatic
|
||||
|
||||
USR_CFLAGS += -DUSE_TYPED_DRVET
|
||||
|
||||
INC += dbBase.h
|
||||
INC += dbFldTypes.h
|
||||
INC += dbStaticLib.h
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
#include "dbDefs.h"
|
||||
#include "recSup.h"
|
||||
#include "devSup.h"
|
||||
#include "drvSup.h"
|
||||
|
||||
typedef struct dbMenu {
|
||||
ELLNODE node;
|
||||
@@ -33,7 +34,7 @@ typedef struct dbMenu {
|
||||
typedef struct drvSup {
|
||||
ELLNODE node;
|
||||
char *name;
|
||||
struct drvet *pdrvet;
|
||||
drvet *pdrvet;
|
||||
}drvSup;
|
||||
|
||||
typedef struct devSup {
|
||||
|
||||
@@ -188,8 +188,8 @@ union value {
|
||||
struct vxiio vxiio; /* vxi io */
|
||||
};
|
||||
|
||||
struct dbCommon;
|
||||
struct lset;
|
||||
|
||||
struct link {
|
||||
struct dbCommon *precord; /* Pointer to record owning link */
|
||||
short type;
|
||||
|
||||
Reference in New Issue
Block a user