|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <SchemaCommand.hpp>
Public Member Functions | |
| RemoveAttributeCommand (dunedaq::oks::OksClass *Class, dunedaq::oks::OksAttribute *Attribute, std::string name, std::string type, bool is_mv, std::string range, std::string init_values, std::string description, bool is_null, dunedaq::oks::OksAttribute::Format format=dunedaq::oks::OksAttribute::Format::Dec) | |
| ~RemoveAttributeCommand () | |
| void | redo () |
| void | undo () |
Private Attributes | |
| std::string | ClassName |
| dunedaq::oks::OksAttribute * | SchemaAttribute |
| std::string | SchemaName |
| std::string | SchemaType |
| bool | SchemaIsMulti |
| std::string | SchemaRange |
| std::string | SchemaInitValues |
| std::string | SchemaDescription |
| bool | SchemaIsNull |
| dunedaq::oks::OksAttribute::Format | SchemaFormat |
Definition at line 568 of file SchemaCommand.hpp.
| dbse::RemoveAttributeCommand::RemoveAttributeCommand | ( | dunedaq::oks::OksClass * | Class, |
| dunedaq::oks::OksAttribute * | Attribute, | ||
| std::string | name, | ||
| std::string | type, | ||
| bool | is_mv, | ||
| std::string | range, | ||
| std::string | init_values, | ||
| std::string | description, | ||
| bool | is_null, | ||
| dunedaq::oks::OksAttribute::Format | format = dunedaq::oks::OksAttribute::Format::Dec ) |
Definition at line 1071 of file SchemaCommand.cpp.
| dbse::RemoveAttributeCommand::~RemoveAttributeCommand | ( | ) |
Definition at line 1091 of file SchemaCommand.cpp.
| void dbse::RemoveAttributeCommand::redo | ( | ) |
Definition at line 1095 of file SchemaCommand.cpp.
| void dbse::RemoveAttributeCommand::undo | ( | ) |
Definition at line 1101 of file SchemaCommand.cpp.
|
private |
Definition at line 579 of file SchemaCommand.hpp.
|
private |
Definition at line 580 of file SchemaCommand.hpp.
|
private |
Definition at line 586 of file SchemaCommand.hpp.
|
private |
Definition at line 588 of file SchemaCommand.hpp.
|
private |
Definition at line 585 of file SchemaCommand.hpp.
|
private |
Definition at line 583 of file SchemaCommand.hpp.
|
private |
Definition at line 587 of file SchemaCommand.hpp.
|
private |
Definition at line 581 of file SchemaCommand.hpp.
|
private |
Definition at line 584 of file SchemaCommand.hpp.
|
private |
Definition at line 582 of file SchemaCommand.hpp.