ISIS Logo
lvDCOM
An EPICS support module to export LabVIEW values as process variables
Public Member Functions | Public Attributes | List of all members
ViRef Struct Reference

Hold a reference to a LabVIEW VI. More...

#include <lvDCOMInterface.h>

Public Member Functions

 ViRef (LabVIEW::VirtualInstrumentPtr vi_ref_, bool reentrant_, bool started_)
 
 ViRef ()
 

Public Attributes

LabVIEW::VirtualInstrumentPtr vi_ref
 
bool reentrant
 is the VI reentrant More...
 
bool started
 did we start this vi because it was idle and viStartIfIdle was specified More...
 

Detailed Description

Hold a reference to a LabVIEW VI.

Definition at line 57 of file lvDCOMInterface.h.

Constructor & Destructor Documentation

ViRef::ViRef ( LabVIEW::VirtualInstrumentPtr  vi_ref_,
bool  reentrant_,
bool  started_ 
)
inline

Definition at line 62 of file lvDCOMInterface.h.

ViRef::ViRef ( )
inline

Definition at line 63 of file lvDCOMInterface.h.

Member Data Documentation

bool ViRef::reentrant

is the VI reentrant

Definition at line 60 of file lvDCOMInterface.h.

bool ViRef::started

did we start this vi because it was idle and viStartIfIdle was specified

Definition at line 61 of file lvDCOMInterface.h.

Referenced by lvDCOMInterface::createViRef().

LabVIEW::VirtualInstrumentPtr ViRef::vi_ref

Definition at line 59 of file lvDCOMInterface.h.


The documentation for this struct was generated from the following file:
Copyright © 2013 Science and Technology Facilities Council | Generated by   doxygen 1.8.5