15 lines
355 B
C++
15 lines
355 B
C++
/*monitor.cpp*/
|
|
/**
|
|
* Copyright - See the COPYRIGHT that is included with this distribution.
|
|
* EPICS pvData is distributed subject to a Software License Agreement found
|
|
* in file LICENSE that is included with this distribution.
|
|
*/
|
|
/**
|
|
* @author mse
|
|
*/
|
|
|
|
#define epicsExportSharedSymbols
|
|
|
|
// needed to get interfaces exported
|
|
#include <pv/monitor.h>
|