|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <SchemaCommand.hpp>
Public Member Functions | |
| AddAttributeCommand (dunedaq::oks::OksClass *Class, 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) | |
| ~AddAttributeCommand () | |
| 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 546 of file SchemaCommand.hpp.
| dbse::AddAttributeCommand::AddAttributeCommand | ( | dunedaq::oks::OksClass * | Class, |
| 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 1034 of file SchemaCommand.cpp.
| dbse::AddAttributeCommand::~AddAttributeCommand | ( | ) |
Definition at line 1052 of file SchemaCommand.cpp.
| void dbse::AddAttributeCommand::redo | ( | ) |
Definition at line 1056 of file SchemaCommand.cpp.
| void dbse::AddAttributeCommand::undo | ( | ) |
Definition at line 1065 of file SchemaCommand.cpp.
|
private |
Definition at line 556 of file SchemaCommand.hpp.
|
private |
Definition at line 557 of file SchemaCommand.hpp.
|
private |
Definition at line 563 of file SchemaCommand.hpp.
|
private |
Definition at line 565 of file SchemaCommand.hpp.
|
private |
Definition at line 562 of file SchemaCommand.hpp.
|
private |
Definition at line 560 of file SchemaCommand.hpp.
|
private |
Definition at line 564 of file SchemaCommand.hpp.
|
private |
Definition at line 558 of file SchemaCommand.hpp.
|
private |
Definition at line 561 of file SchemaCommand.hpp.
|
private |
Definition at line 559 of file SchemaCommand.hpp.