AFHBA404
AFHBA404 connects ACQ2106 to PCI-Express
Public Member Functions | Public Attributes | List of all members
VI Struct Reference

Models Vector Input. More...

#include <AcqSys.h>

Public Member Functions

int len (void) const
 
VIoperator+= (const VI &right)
 
VI offsets (void) const
 
 VI ()
 

Public Attributes

int AI16
 AI16 values from the HW. More...
 
int AI32
 AI32 values from the HW. More...
 
int DI32
 DI32 values from the HW. More...
 
int SP32
 SP32 values from the HW. More...
 

Detailed Description

Models Vector Input.

Vector Input is a single sample input data set, pushed to DRAM by single DMA from ACQ

Definition at line 24 of file AcqSys.h.

Constructor & Destructor Documentation

◆ VI()

VI::VI ( )

Definition at line 26 of file AcqSys.cpp.

Member Function Documentation

◆ len()

int VI::len ( void  ) const

Definition at line 30 of file AcqSys.cpp.

◆ offsets()

VI VI::offsets ( void  ) const

Definition at line 41 of file AcqSys.cpp.

◆ operator+=()

VI & VI::operator+= ( const VI right)

Definition at line 33 of file AcqSys.cpp.

Member Data Documentation

◆ AI16

int VI::AI16

AI16 values from the HW.

Definition at line 28 of file AcqSys.h.

◆ AI32

int VI::AI32

AI32 values from the HW.

Definition at line 29 of file AcqSys.h.

◆ DI32

int VI::DI32

DI32 values from the HW.

Definition at line 30 of file AcqSys.h.

◆ SP32

int VI::SP32

SP32 values from the HW.

Definition at line 31 of file AcqSys.h.


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