AIOUSB::OutputVoltagePoint Class Reference

#include <OutputVoltagePoint.hpp>

List of all members.

Public Member Functions

 OutputVoltagePoint ()
 OutputVoltagePoint (int channel, double volts)

Public Attributes

int channel
double volts


Detailed Description

Class OutputVoltagePoint represents a single analog output data point, consisting of a D/A channel number and a voltage to output to that channel. It is used by method AnalogOutputSubsystem#write( const OutputVoltagePointArray &points ) to output a series of voltages to multiple D/A channels.

Constructor & Destructor Documentation

AIOUSB::OutputVoltagePoint::OutputVoltagePoint (  )  [inline]

Default constructor for analog output data point.

AIOUSB::OutputVoltagePoint::OutputVoltagePoint ( int  channel,
double  volts 
) [inline]

Constructor for analog output data point.

Parameters:
channel the channel number to output voltage to.
volts the voltage to output.


Member Data Documentation

Channel number to output voltage to.

Voltage to output.


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

Generated on Mon Nov 30 16:07:22 2009 for AIOUSB C++ Class Library Reference by  doxygen 1.5.6