Generic hardware access library
HAL::ResetBitFactory Class Reference

The class constructs resetBit Commands. More...

#include <ResetBitFactory.hh>

Inheritance diagram for HAL::ResetBitFactory:
HAL::AbstractCommandFactory

List of all members.

Public Member Functions

virtual ~ResetBitFactory ()
SequencerCommandcreate (std::list< std::string > &arguments, const AddressTableInterface &addressTable, CommandSequence &sequence) throw (SequencerSyntaxError, NoSuchItemException)
 Create an instantiation of a specific SequencerCommand.

Detailed Description

The class constructs resetBit Commands.

This class parses the syntax for the resetBit-command. For the detailed syntax see ResetBitCommand.

See also:
ResetBitCommand
Author:
Christoph Schwick
Revision:
1.2
Date:
2009/01/14 18:10:06

Definition at line 29 of file ResetBitFactory.hh.


Constructor & Destructor Documentation

virtual HAL::ResetBitFactory::~ResetBitFactory ( ) [inline, virtual]

Definition at line 31 of file ResetBitFactory.hh.


Member Function Documentation

HAL::SequencerCommand * HAL::ResetBitFactory::create ( std::list< std::string > &  arguments,
const AddressTableInterface addressTable,
CommandSequence sequence 
) throw (SequencerSyntaxError, NoSuchItemException) [virtual]

Create an instantiation of a specific SequencerCommand.

Parameters:
addressTablemight be used in the implementations of this. interface.
sequenceis forwarded to the contructor of the command.

Implements HAL::AbstractCommandFactory.

Definition at line 3 of file ResetBitFactory.cc.


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