This is Unofficial EPICS BASE Doxygen Site
epics::detail::getarg< double > Struct Template Reference

#include "iocshelper.h"

Public Types

enum  { argtype = iocshArgDouble }
 

Static Public Member Functions

static double op (const iocshArgBuf &a)
 

Detailed Description

template<>
struct epics::detail::getarg< double >

Definition at line 38 of file iocshelper.h.

Member Enumeration Documentation

anonymous enum
Enumerator
argtype 

Definition at line 40 of file iocshelper.h.

Member Function Documentation

static double epics::detail::getarg< double >::op ( const iocshArgBuf a)
inlinestatic

Definition at line 39 of file iocshelper.h.

39 { return a.dval; }
double dval
Definition: iocsh.h:41

The documentation for this struct was generated from the following file: