This is Unofficial EPICS BASE Doxygen Site
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
devMbboDirectSoft.c
Go to the documentation of this file.
1
/*************************************************************************\
2
* Copyright (c) 2012 UChicago Argonne LLC, as Operator of Argonne
3
* National Laboratory.
4
* Copyright (c) 2002 The Regents of the University of California, as
5
* Operator of Los Alamos National Laboratory.
6
* EPICS BASE is distributed subject to a Software License Agreement found
7
* in file LICENSE that is included with this distribution.
8
\*************************************************************************/
9
/* devMbboDirectSoft.c */
10
/*
11
* Original Author: Bob Dalesio
12
* Date: 10-08-93
13
*/
14
15
#include <stdio.h>
16
17
#include "dbAccess.h"
18
#include "
devSup.h
"
19
#include "mbboDirectRecord.h"
20
#include "
epicsExport.h
"
21
22
static
long
write_mbbo(mbboDirectRecord *
prec
)
23
{
24
dbPutLink(&prec->out,
DBR_ULONG
, &prec->val, 1);
25
return
0;
26
}
27
28
/* Create the dset for devMbboDirectSoft */
29
mbbodirectdset
devMbboDirectSoft
= {
30
{5,
NULL
,
NULL
,
NULL
, NULL},
31
write_mbbo
32
};
33
epicsExportAddress
(
dset
,
devMbboDirectSoft
);
NULL
#define NULL
Definition:
catime.c:38
devSup.h
Device support routines.
dset
Definition:
devSup.h:140
devMbboDirectSoft
mbbodirectdset devMbboDirectSoft
Definition:
devMbboDirectSoft.c:29
epicsExportAddress
epicsExportAddress(dset, devMbboDirectSoft)
prec
int prec
Definition:
reader.c:29
DBR_ULONG
#define DBR_ULONG
Definition:
dbFldTypes.h:82
epicsExport.h
Exporting IOC objects.
modules
database
src
std
dev
devMbboDirectSoft.c
Generated by
1.8.11