Generic hardware access library
/home/cschwick/hal/generic/classtester/src/common/VMEDummyBusAdapterTester.cc File Reference
#include "VMEDevice.hh"
#include "VMEAddressTable.hh"
#include "VMEAddressTableASCIIReader.hh"
#include "VMEDummyBusAdapter.hh"
#include "CommandSequencer.hh"
#include "CommandSequenceASCIIReader.hh"
#include <iostream>
#include <sstream>
#include <fstream>
#include <iomanip>

Go to the source code of this file.

Defines

#define DEVICE_BASEADDRESS   0x900800
#define DEVICE_ADDRESSTABLE   "TTCviAddressMap.dat"
#define SEQUENCESETTINGS   "Sequences.conf"

Functions

void loadSequencer (HAL::CommandSequencer &sequencer, HAL::AddressTableInterface &addressTable)
 A small routine to load command sequences from the current directory.
int main ()
 Here comes the main program.

Define Documentation

#define DEVICE_ADDRESSTABLE   "TTCviAddressMap.dat"

Definition at line 22 of file VMEDummyBusAdapterTester.cc.

#define DEVICE_BASEADDRESS   0x900800

Definition at line 21 of file VMEDummyBusAdapterTester.cc.

#define SEQUENCESETTINGS   "Sequences.conf"

Definition at line 23 of file VMEDummyBusAdapterTester.cc.


Function Documentation

void loadSequencer ( HAL::CommandSequencer sequencer,
HAL::AddressTableInterface addressTable 
)

A small routine to load command sequences from the current directory.

Definition at line 29 of file VMEDummyBusAdapterTester.cc.

int main ( )

Here comes the main program.

Definition at line 67 of file VMEDummyBusAdapterTester.cc.