#include <VMERegAccess.h>
Public Member Functions | |
VMERegAccess (void) | |
~VMERegAccess (void) | |
UInt8 | GetSessMappedNumb (void) |
ViAddr | GetMappedRetNumb (void) |
void | SetSessMappedNumb (UInt8 &SsMpNb) |
void | SetMappedRetNumb (ViAddr MpRtNb) |
ViStatus | VMERegisterAcc (UInt32 RegAddr, UInt32 *Value, UInt32 dataSize, char mode) |
ViStatus | VMEWriteRegister (UInt32 address, UInt32 value) |
method to write one register in the vme | |
ViStatus | VMEReadRegister (UInt32 address, UInt32 *value) |
Private Attributes | |
UInt8 | VRAOperation |
UInt8 | SessMappedNumb |
ViAddr | MappedRetNumb |
VMERegAccess::VMERegAccess | ( | void | ) |
VMERegAccess::~VMERegAccess | ( | void | ) |
UInt8 VMERegAccess::GetSessMappedNumb | ( | void | ) | [inline] |
ViAddr VMERegAccess::GetMappedRetNumb | ( | void | ) | [inline] |
void VMERegAccess::SetSessMappedNumb | ( | UInt8 & | SsMpNb | ) | [inline] |
void VMERegAccess::SetMappedRetNumb | ( | ViAddr | MpRtNb | ) | [inline] |
ViStatus VMERegAccess::VMERegisterAcc | ( | UInt32 | RegAddr, | |
UInt32 * | Value, | |||
UInt32 | dataSize, | |||
char | mode | |||
) |
method to write one register in the vme
UInt8 VMERegAccess::VRAOperation [private] |
UInt8 VMERegAccess::SessMappedNumb [private] |
ViAddr VMERegAccess::MappedRetNumb [private] |