This is Unofficial EPICS BASE Doxygen Site
iocshScope Struct Reference
+ Collaboration diagram for iocshScope:

Public Member Functions

 iocshScope ()
 

Public Attributes

iocshScopeouter
 
OnError onerr
 
double timeout
 
bool errored
 
bool interactive
 

Detailed Description

Definition at line 521 of file iocsh.cpp.

Constructor & Destructor Documentation

iocshScope::iocshScope ( )
inline

Definition at line 527 of file iocsh.cpp.

527 :outer(0), onerr(Continue), timeout(0.0), errored(false), interactive(false) {}
bool errored
Definition: iocsh.cpp:525
iocshScope * outer
Definition: iocsh.cpp:522
OnError onerr
Definition: iocsh.cpp:523
double timeout
Definition: iocsh.cpp:524
bool interactive
Definition: iocsh.cpp:526

Member Data Documentation

bool iocshScope::errored

Definition at line 525 of file iocsh.cpp.

bool iocshScope::interactive

Definition at line 526 of file iocsh.cpp.

OnError iocshScope::onerr

Definition at line 523 of file iocsh.cpp.

iocshScope* iocshScope::outer

Definition at line 522 of file iocsh.cpp.

double iocshScope::timeout

Definition at line 524 of file iocsh.cpp.


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