Generic hardware access library
HAL::CommandSequenceASCIIReader Class Reference

Reads a command sequence from a plain ASCII file. More...

#include <CommandSequenceASCIIReader.hh>

Inheritance diagram for HAL::CommandSequenceASCIIReader:
HAL::CommandSequenceReader

List of all members.

Public Member Functions

 CommandSequenceASCIIReader (std::string fileName) throw (NoSuchFileException)
 ~CommandSequenceASCIIReader ()
void rescan () throw (NoSuchFileException)
 Resets the reader to the start.

Private Member Functions

void scanInputFile ()

Private Attributes

std::string fileName

Detailed Description

Reads a command sequence from a plain ASCII file.

The format of the file can be best explained with an example:

            # comments are allowed if the line starts with a "#"
            write memStart 0x1111
            write mem0 18
            write mem1 0x11
            # empty lines also are allowed
            define $offset 0
            define $count 0x0
            label loop
            write memStart $count $offset
            add $count 1
            add $offset 4
            goto loop $offset <= 0x10
            print Last value written was dec $count at offset hex $offset
            
See also:
Author:
Christoph Schwick
Revision:
1.1
Date:
2007/03/05 18:02:09

Definition at line 43 of file CommandSequenceASCIIReader.hh.


Constructor & Destructor Documentation


Member Function Documentation

Resets the reader to the start.

The Sequence can now be read another time.

Implements HAL::CommandSequenceReader.

Definition at line 16 of file CommandSequenceASCIIReader.cc.


Member Data Documentation

Definition at line 51 of file CommandSequenceASCIIReader.hh.


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