This is Unofficial EPICS BASE Doxygen Site
dbdToPv.cpp File Reference
#include <epicsVersion.h>
#include <sstream>
#include <alarm.h>
#include <alarmString.h>
#include <pv/alarm.h>
#include <pv/standardField.h>
#include <pv/logger.h>
#include <pv/pvAccess.h>
#include <pv/reftrack.h>
#include <pv/convert.h>
#include <pv/timeStamp.h>
#include "caChannel.h"
#include "dbdToPv.h"
+ Include dependency graph for dbdToPv.cpp:

Go to the source code of this file.

Namespaces

 epics
 TODO only here because of the Lockable.
 
 epics::pvAccess
 Holds all PVA related.
 
 epics::pvAccess::ca
 

Macros

#define epicsExportSharedSymbols
 
#define CA_PRIORITY   50
 

Functions

template<typename dbrT , typename pvT >
void epics::pvAccess::ca::copy_DBRScalar (const void *dbr, PVScalar::shared_pointer const &pvScalar)
 
template<typename dbrT , typename pvT >
void epics::pvAccess::ca::copy_DBRScalarArray (const void *dbr, unsigned count, PVScalarArray::shared_pointer const &pvArray)
 
template<typename dbrT >
void epics::pvAccess::ca::get_DBRControl (const void *dbr, double *upper_ctrl_limit, double *lower_ctrl_limit)
 
template<typename dbrT >
void epics::pvAccess::ca::get_DBRDisplay (const void *dbr, double *upper_disp_limit, double *lower_disp_limit, string *units)
 
template<typename dbrT >
void epics::pvAccess::ca::get_DBRValueAlarm (const void *dbr, double *upper_alarm_limit, double *upper_warning_limit, double *lower_warning_limit, double *lower_alarm_limit)
 
template<typename dbrT , typename pvT >
const void * epics::pvAccess::ca::put_DBRScalar (dbrT *val, PVScalar::shared_pointer const &pvScalar)
 
template<typename dbrT , typename pvT >
const void * epics::pvAccess::ca::put_DBRScalarArray (unsigned long *count, PVScalarArray::shared_pointer const &pvArray)
 

Macro Definition Documentation

#define CA_PRIORITY   50

Definition at line 33 of file dbdToPv.cpp.

#define epicsExportSharedSymbols

Copyright - See the COPYRIGHT that is included with this distribution. pvAccessCPP is distributed subject to a Software License Agreement found in file LICENSE that is included with this distribution.

Definition at line 21 of file dbdToPv.cpp.