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 methods AO16_AnalogOutputSubsystem::writeVolts( const OutputVoltagePointArray &points ) and DA12_AnalogOutputSubsystem::writeVolts( 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.


doxygen