![]() |
This is Unofficial EPICS BASE Doxygen Site
|
TODO only here because of the Lockable. More...
Namespaces | |
debug | |
detail | |
nt | |
pvAccess | |
Holds all PVA related. | |
pvaClient | |
pvCopy | |
pvData | |
pvData | |
pvDatabase | |
RefMonitor | |
Functions | |
template<void(*)() fn> | |
void | iocshRegister (const char *name) |
template<typename A , void(*)(A) fn> | |
void | iocshRegister (const char *name, const char *arg1name) |
template<typename A , typename B , void(*)(A, B) fn> | |
void | iocshRegister (const char *name, const char *arg1name, const char *arg2name) |
template<typename A , typename B , typename C , void(*)(A, B, C) fn> | |
void | iocshRegister (const char *name, const char *arg1name, const char *arg2name, const char *arg3name) |
template<typename V , V * addr> | |
void | iocshVariable (const char *name) |
void | registerRefCounter (const char *name, const size_t *counter) |
void | unregisterRefCounter (const char *name, const size_t *counter) |
size_t | readRefCounter (const char *name) |
std::ostream & | operator<< (std::ostream &strm, const RefSnapshot &snap) |
TODO only here because of the Lockable.
epics
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.
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.
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.
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.
Helper for exposing functions and variables in the IOC shell
Limitations:
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.
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.
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.
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.
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.
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.
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.
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.
void epics::iocshRegister | ( | const char * | name | ) |
Definition at line 105 of file iocshelper.h.
void epics::iocshRegister | ( | const char * | name, |
const char * | arg1name | ||
) |
Definition at line 112 of file iocshelper.h.
void epics::iocshRegister | ( | const char * | name, |
const char * | arg1name, | ||
const char * | arg2name | ||
) |
Definition at line 120 of file iocshelper.h.
void epics::iocshRegister | ( | const char * | name, |
const char * | arg1name, | ||
const char * | arg2name, | ||
const char * | arg3name | ||
) |
Definition at line 131 of file iocshelper.h.
void epics::iocshVariable | ( | const char * | name | ) |
Definition at line 144 of file iocshelper.h.
std::ostream& epics::operator<< | ( | std::ostream & | strm, |
const RefSnapshot & | snap | ||
) |
Definition at line 145 of file reftrack.cpp.
size_t epics::readRefCounter | ( | const char * | name | ) |
Definition at line 75 of file reftrack.cpp.
void epics::registerRefCounter | ( | const char * | name, |
const size_t * | counter | ||
) |
Definition at line 59 of file reftrack.cpp.
void epics::unregisterRefCounter | ( | const char * | name, |
const size_t * | counter | ||
) |
Definition at line 66 of file reftrack.cpp.