DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <confaccessor.hpp>
Public Types | |
enum | modification { CREATED , DELETED , MODIFIED , RENAMED , MOVED , FILE_INCLUDED , FILE_DELETED } |
Public Attributes | |
modification | request |
Type of modification. | |
std::string | description |
std::string | uid |
Object Identification. | |
std::string | classname |
std::string | filename |
Definition at line 23 of file confaccessor.hpp.
Enumerator | |
---|---|
CREATED | |
DELETED | |
MODIFIED | |
RENAMED | |
MOVED | |
FILE_INCLUDED | |
FILE_DELETED |
Definition at line 25 of file confaccessor.hpp.
std::string dbe::config_internal_change::classname |
Definition at line 42 of file confaccessor.hpp.
std::string dbe::config_internal_change::description |
Definition at line 38 of file confaccessor.hpp.
std::string dbe::config_internal_change::filename |
Definition at line 43 of file confaccessor.hpp.
modification dbe::config_internal_change::request |
Type of modification.
Definition at line 37 of file confaccessor.hpp.
std::string dbe::config_internal_change::uid |
Object Identification.
Definition at line 41 of file confaccessor.hpp.