Generic hardware access library
|
The class constructs setBit Commands. More...
#include <SetBitFactory.hh>
Public Member Functions | |
virtual | ~SetBitFactory () |
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 setBit Commands.
This class parses the syntax for the setBit-command. For the detailed syntax see SetBitCommand.
Definition at line 29 of file SetBitFactory.hh.
virtual HAL::SetBitFactory::~SetBitFactory | ( | ) | [inline, virtual] |
Definition at line 31 of file SetBitFactory.hh.
HAL::SequencerCommand * HAL::SetBitFactory::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 SetBitFactory.cc.