|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <SchemaCommand.hpp>
Public Member Functions | |
| SetAttributeRangeCommand (dunedaq::oks::OksClass *Class, dunedaq::oks::OksAttribute *Attribute, std::string NewRange) | |
| ~SetAttributeRangeCommand () | |
| void | redo () |
| void | undo () |
Private Attributes | |
| std::string | ClassName |
| dunedaq::oks::OksAttribute * | SchemaAttribute |
| std::string | AttributeName |
| std::string | NewAttributeRange |
| std::string | OldAttributeRange |
Definition at line 471 of file SchemaCommand.hpp.
| dbse::SetAttributeRangeCommand::SetAttributeRangeCommand | ( | dunedaq::oks::OksClass * | Class, |
| dunedaq::oks::OksAttribute * | Attribute, | ||
| std::string | NewRange ) |
Definition at line 868 of file SchemaCommand.cpp.
| dbse::SetAttributeRangeCommand::~SetAttributeRangeCommand | ( | ) |
Definition at line 880 of file SchemaCommand.cpp.
| void dbse::SetAttributeRangeCommand::redo | ( | ) |
Definition at line 884 of file SchemaCommand.cpp.
| void dbse::SetAttributeRangeCommand::undo | ( | ) |
Definition at line 895 of file SchemaCommand.cpp.
|
private |
Definition at line 481 of file SchemaCommand.hpp.
|
private |
Definition at line 479 of file SchemaCommand.hpp.
|
private |
Definition at line 482 of file SchemaCommand.hpp.
|
private |
Definition at line 483 of file SchemaCommand.hpp.
|
private |
Definition at line 480 of file SchemaCommand.hpp.