mrfioc2  2.3.0
Functions | Variables
devMbboDirectSoft.c File Reference
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "alarm.h"
#include "dbDefs.h"
#include "dbAccess.h"
#include "recGbl.h"
#include "recSup.h"
#include "devSup.h"
#include "mbboDirectRecord.h"
#include "epicsExport.h"
Include dependency graph for devMbboDirectSoft.c:

Go to the source code of this file.

Functions

 epicsExportAddress (dset, devMbboDirectRestore)
 

Variables

struct {
   long   number
 
   DEVSUPFUN   report
 
   DEVSUPFUN   init
 
   DEVSUPFUN   init_record
 
   DEVSUPFUN   get_ioint_info
 
   DEVSUPFUN   write_mbbo
 
devMbboDirectRestore
 

Function Documentation

◆ epicsExportAddress()

epicsExportAddress ( dset  ,
devMbboDirectRestore   
)

Variable Documentation

◆ devMbboDirectRestore

struct { ... } devMbboDirectRestore
Initial value:
={
5,
NULL,
NULL,
NULL,
}
DEVSUPFUN write_mbbo
DEVSUPFUN init_record

◆ get_ioint_info

DEVSUPFUN get_ioint_info

Definition at line 40 of file devMbboDirectSoft.c.

◆ init

DEVSUPFUN init

Definition at line 38 of file devMbboDirectSoft.c.

◆ init_record

static long init_record

Definition at line 39 of file devMbboDirectSoft.c.

◆ number

long number

Definition at line 36 of file devMbboDirectSoft.c.

◆ report

DEVSUPFUN report

Definition at line 37 of file devMbboDirectSoft.c.

◆ write_mbbo

static long write_mbbo

Definition at line 41 of file devMbboDirectSoft.c.