This is Unofficial EPICS BASE Doxygen Site
baseNMIU.cpp
Go to the documentation of this file.
1 /*************************************************************************\
2 * Copyright (c) 2002 The University of Chicago, 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 
10 /*
11  *
12  * L O S A L A M O S
13  * Los Alamos National Laboratory
14  * Los Alamos, New Mexico 87545
15  *
16  * Copyright, the Regents of the University of California.
17  *
18  * Author: Jeff Hill
19  */
20 
21 #define epicsAssertAuthor "Jeff Hill johill@lanl.gov"
22 
23 #include "iocinf.h"
24 #include "nciu.h"
25 #include "netIO.h"
26 
28 {
29 }
30 
33 {
34 }
35 
36 
37 
38 
virtual void forceSubscriptionUpdate(epicsGuard< epicsMutex > &guard, nciu &chan)=0
Definition: baseNMIU.cpp:31
NETIO_VIRTUAL_DESTRUCTOR ~baseNMIU()
Definition: baseNMIU.cpp:27
Definition: nciu.h:127