Generic hardware access library
|
The class constructs resetBit Commands. More...
#include <ResetBitFactory.hh>
Public Member Functions | |
virtual | ~ResetBitFactory () |
SequencerCommand * | create (std::list< std::string > &arguments, const AddressTableInterface &addressTable, CommandSequence &sequence) throw (SequencerSyntaxError, NoSuchItemException) |
Create an instantiation of a specific SequencerCommand. |
The class constructs resetBit Commands.
This class parses the syntax for the resetBit-command. For the detailed syntax see ResetBitCommand.
Definition at line 29 of file ResetBitFactory.hh.
virtual HAL::ResetBitFactory::~ResetBitFactory | ( | ) | [inline, virtual] |
Definition at line 31 of file ResetBitFactory.hh.
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.
addressTable | might be used in the implementations of this. interface. |
sequence | is forwarded to the contructor of the command. |
Implements HAL::AbstractCommandFactory.
Definition at line 3 of file ResetBitFactory.cc.