-
Whitney Armstrong authored
- Added "simple_epics" library (name may change later) - The goal of this library is to enable caget and caput while maintaining a channel connection - If EPICS_BASE is not set, the library is not compiled.
Whitney Armstrong authored- Added "simple_epics" library (name may change later) - The goal of this library is to enable caget and caput while maintaining a channel connection - If EPICS_BASE is not set, the library is not compiled.
EPICSVersion.cmake.in 288 B
#include "epicsVersion.h"
set(EPICSBase_MAJOR EPICS_VERSION)
set(EPICSBase_MINOR EPICS_REVISION)
set(EPICSBase_MODIFICATION EPICS_MODIFICATION)
set(EPICSBase_PATCH_LEVEL EPICS_PATCH_LEVEL)
set(EPICSBase_DEV_SNAPSHOT EPICS_DEV_SNAPSHOT)
set(EPICSBase_VERSION_STRING EPICS_VERSION_STRING)