This is Unofficial EPICS BASE Doxygen Site
iocshelper.h File Reference
#include <string>
#include <iocsh.h>
+ Include dependency graph for iocshelper.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  epics::detail::getarg< T >
 
struct  epics::detail::getarg< int >
 
struct  epics::detail::getarg< double >
 
struct  epics::detail::getarg< char * >
 
struct  epics::detail::getarg< const char * >
 
struct  epics::detail::iocshFuncInfo< N >
 

Namespaces

 epics
 TODO only here because of the Lockable.
 
 epics::detail
 

Functions

template<void(*)() fn>
void epics::iocshRegister (const char *name)
 
template<typename A , void(*)(A) fn>
void epics::iocshRegister (const char *name, const char *arg1name)
 
template<typename A , typename B , void(*)(A, B) fn>
void epics::iocshRegister (const char *name, const char *arg1name, const char *arg2name)
 
template<typename A , typename B , typename C , void(*)(A, B, C) fn>
void epics::iocshRegister (const char *name, const char *arg1name, const char *arg2name, const char *arg3name)
 
template<typename V , V * addr>
void epics::iocshVariable (const char *name)