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

Models Vector Output. More...

#include <AcqSys.h>

Public Member Functions

int len (void) const
 
int hwlen (void) const
 
VOoperator+= (const VO &right)
 
VO offsets (void) const
 
 VO ()
 

Public Attributes

int AO16
 AO16 values from the algorithm. More...
 
int DO32
 DO32 values from the algorithm. More...
 
int PW32
 PW32 values from the algorithm. More...
 
int CC32
 #CALC values from the algorithm. More...
 

Detailed Description

Models Vector Output.

Vector Output is a single sample output data set, fetched by single DMA from ACQ

Definition at line 48 of file AcqSys.h.

Constructor & Destructor Documentation

◆ VO()

VO::VO ( )

Definition at line 53 of file AcqSys.cpp.

Member Function Documentation

◆ hwlen()

int VO::hwlen ( void  ) const

Definition at line 75 of file AcqSys.cpp.

◆ len()

int VO::len ( void  ) const

Definition at line 79 of file AcqSys.cpp.

◆ offsets()

VO VO::offsets ( void  ) const

Definition at line 64 of file AcqSys.cpp.

◆ operator+=()

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

Definition at line 56 of file AcqSys.cpp.

Member Data Documentation

◆ AO16

int VO::AO16

AO16 values from the algorithm.

OUTPUT to HW

Definition at line 53 of file AcqSys.h.

◆ CC32

int VO::CC32

#CALC values from the algorithm.

NOT OUTPUT to HW

Definition at line 56 of file AcqSys.h.

◆ DO32

int VO::DO32

DO32 values from the algorithm.

OUTPUT to HW

Definition at line 54 of file AcqSys.h.

◆ PW32

int VO::PW32

PW32 values from the algorithm.

OUTPUT to HW

Definition at line 55 of file AcqSys.h.


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