|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <SchemaCommand.hpp>
Public Member Functions | |
| SetAttributeFormatCommand (dunedaq::oks::OksClass *Class, dunedaq::oks::OksAttribute *Attribute, dunedaq::oks::OksAttribute::Format NewFormat) | |
| ~SetAttributeFormatCommand () | |
| void | redo () |
| void | undo () |
Private Attributes | |
| std::string | ClassName |
| dunedaq::oks::OksAttribute * | SchemaAttribute |
| std::string | AttributeName |
| dunedaq::oks::OksAttribute::Format | NewAttributeFormat |
| dunedaq::oks::OksAttribute::Format | OldAttributeFormat |
Definition at line 486 of file SchemaCommand.hpp.
| dbse::SetAttributeFormatCommand::SetAttributeFormatCommand | ( | dunedaq::oks::OksClass * | Class, |
| dunedaq::oks::OksAttribute * | Attribute, | ||
| dunedaq::oks::OksAttribute::Format | NewFormat ) |
Definition at line 901 of file SchemaCommand.cpp.
| dbse::SetAttributeFormatCommand::~SetAttributeFormatCommand | ( | ) |
Definition at line 913 of file SchemaCommand.cpp.
| void dbse::SetAttributeFormatCommand::redo | ( | ) |
Definition at line 917 of file SchemaCommand.cpp.
| void dbse::SetAttributeFormatCommand::undo | ( | ) |
Definition at line 928 of file SchemaCommand.cpp.
|
private |
Definition at line 496 of file SchemaCommand.hpp.
|
private |
Definition at line 494 of file SchemaCommand.hpp.
|
private |
Definition at line 497 of file SchemaCommand.hpp.
|
private |
Definition at line 498 of file SchemaCommand.hpp.
|
private |
Definition at line 495 of file SchemaCommand.hpp.