|
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 28 of file confaccessor.hpp.
| Enumerator | |
|---|---|
| CREATED | |
| DELETED | |
| MODIFIED | |
| RENAMED | |
| MOVED | |
| FILE_INCLUDED | |
| FILE_DELETED | |
Definition at line 30 of file confaccessor.hpp.
| std::string dbe::config_internal_change::classname |
Definition at line 47 of file confaccessor.hpp.
| std::string dbe::config_internal_change::description |
Definition at line 43 of file confaccessor.hpp.
| std::string dbe::config_internal_change::filename |
Definition at line 48 of file confaccessor.hpp.
| modification dbe::config_internal_change::request |
Type of modification.
Definition at line 42 of file confaccessor.hpp.
| std::string dbe::config_internal_change::uid |
Object Identification.
Definition at line 46 of file confaccessor.hpp.