DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
TimingHardwareInterface.hpp
Go to the documentation of this file.
1// *** this file is generated by oksdalgen, do not modify it ***
2
3#ifndef _TimingHardwareInterface_0_dunedaq__timinglibs__dal_0_timinglibs_dal_H_
4#define _TimingHardwareInterface_0_dunedaq__timinglibs__dal_0_timinglibs_dal_H_
5
6#include <stdint.h> // to define 64 bits types
7#include <iostream>
8#include <sstream>
9#include <string>
10#include <map>
11#include <vector>
12
14#include "conffwk/DalObject.hpp"
15
16
17namespace dunedaq {
18 namespace timinglibs {
19 namespace dal {
20
25 class TimingHardwareInterface : public virtual dunedaq::conffwk::DalObject {
26
28 friend class conffwk::DalObject;
29 friend class conffwk::DalFactory;
31
32 protected:
33
35 virtual ~TimingHardwareInterface() noexcept;
36 virtual void init(bool init_children);
37
38 public:
39
42 static const std::string& s_class_name;
43
44
54 virtual void print(unsigned int offset, bool print_header, std::ostream& s) const;
55
56
66 virtual std::vector<const dunedaq::conffwk::DalObject *> get(const std::string& name, bool upcast_unregistered = true) const;
67
68
69 protected:
70
71 bool get(const std::string& name, std::vector<const dunedaq::conffwk::DalObject *>& vec, bool upcast_unregistered, bool first_call) const;
72
73
74 };
75
76 // out stream operator
77
78 inline std::ostream& operator<<(std::ostream& s, const TimingHardwareInterface& obj)
79 {
80 return obj.print_object(s);
81 }
82
83 typedef std::vector<const TimingHardwareInterface*>::const_iterator TimingHardwareInterfaceIterator;
84
85 }
86 }
87}
88
89#endif
The base class for any generated DAL object.
Definition DalObject.hpp:45
DalRegistry: A registry of DalObjects It provides a single interface to create, cache and manage DalO...
virtual std::vector< const dunedaq::conffwk::DalObject * > get(const std::string &name, bool upcast_unregistered=true) const
Get values of relationships and results of some algorithms as a vector of dunedaq::conffwk::DalObject...
TimingHardwareInterface(conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept
conffwk entry point
double offset
std::vector< constTimingHardwareInterface * >::const_iterator TimingHardwareInterfaceIterator
Including Qt Headers.