SECI  1
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events
Public Member Functions | List of all members
Seci.LabView.Controls.LvArray Class Reference

This class inherits from LVControl class and is specialised for reading and writing to LabVIEW array controls. More...

Inheritance diagram for Seci.LabView.Controls.LvArray:
Inheritance graph
Collaboration diagram for Seci.LabView.Controls.LvArray:
Collaboration graph

Public Member Functions

override String GetControlType ()
 
override String GetNameAndType ()
 Overriden method which return the name and type of the control. More...
 
override String[] GetValue (ref strongnameLabview.VirtualInstrument vi)
 Overriden method for getting the values in the Array Control. More...
 
 LvArray (String name, SerialisableList< int > indices)
 Constructor More...
 
override void SetValue (ref strongnameLabview.VirtualInstrument vi, Object value)
 Overriden method for setting the values in the Array Control. More...
 

Additional Inherited Members

- Protected Member Functions inherited from Seci.LabView.Controls.LvControl
Object[] GetValueFromCluster (strongnameLabview.VirtualInstrument vi)
 Method for returning a cluster value from the front panel. The cluster contains the required control value for this class. More...
 
void SetValueInCluster (ref strongnameLabview.VirtualInstrument vi, Object value)
 Method for setting a value in a cluster. Individual values in the cluster cannot be set, the whole thing must be set. This method reads the whole cluster, changes the relevant value and sends the whole cluster back. There is a risk that the actual cluster may have be changed between the reading and writing, and those changes will be overwritten with the older values. As this method is quick it is hoped that this won't be a problem. A better solution would be not to have clusters that contain values that might need to be set via DCOM, but this is not always possible. More...
 
- Protected Attributes inherited from Seci.LabView.Controls.LvControl
SerialisableList< int > _clusterIndices
 If the control is in a cluster then the index is stored in a SerialisableList. A SerialisableList is used as it provides a Clone method. More...
 
String _name
 The name of the control. More...
 
- Properties inherited from Seci.LabView.Controls.LvControl
String Name [get]
 

Detailed Description

This class inherits from LVControl class and is specialised for reading and writing to LabVIEW array controls.

Definition at line 11 of file LVArray.cs.

Constructor & Destructor Documentation

Seci.LabView.Controls.LvArray.LvArray ( String  name,
SerialisableList< int >  indices 
)
inline

Constructor

Parameters
nameThe control name
indicesThe indices to find this control if it is in a cluster

Definition at line 18 of file LVArray.cs.

Member Function Documentation

override String Seci.LabView.Controls.LvArray.GetControlType ( )
inlinevirtual

Implements Seci.LabView.Controls.LvControl.

Definition at line 37 of file LVArray.cs.

override String Seci.LabView.Controls.LvArray.GetNameAndType ( )
inlinevirtual

Overriden method which return the name and type of the control.

Returns
String of the form "Name (Array)"

Implements Seci.LabView.Controls.LvControl.

Definition at line 32 of file LVArray.cs.

override String [] Seci.LabView.Controls.LvArray.GetValue ( ref strongnameLabview.VirtualInstrument  vi)
inlinevirtual

Overriden method for getting the values in the Array Control.

Parameters
viThe VI containing the control
Returns
String Array

Reimplemented from Seci.LabView.Controls.LvControl.

Definition at line 47 of file LVArray.cs.

override void Seci.LabView.Controls.LvArray.SetValue ( ref strongnameLabview.VirtualInstrument  vi,
Object  value 
)
inlinevirtual

Overriden method for setting the values in the Array Control.

Parameters
viThe VI containing the control
valueThe array values to set

Reimplemented from Seci.LabView.Controls.LvControl.

Definition at line 74 of file LVArray.cs.


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