μHAL (v2.8.17)
Part of the IPbus software repository
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
DummyDerivedNode.hpp
Go to the documentation of this file.
1#ifndef _uhal_tests_DummyDerivedNode_hpp_
2#define _uhal_tests_DummyDerivedNode_hpp_
3
5
6#include "uhal/log/log.hpp"
7#include <iostream>
8
9namespace uhal {
10 namespace tests {
11
12 class DummyParentNode : public uhal::Node {
14 public:
15
17 DummyParentNode(const Node& aNode);
18
20 virtual ~DummyParentNode();
21
23 void printParameters() const;
24 };
25
29 public:
30 //
31 DummyChildNode(const Node& aNode);
33 virtual ~DummyChildNode();
34 };
35
36 }
37}
38#endif
#define UHAL_DERIVEDNODE(DerivedType)
Macro which adds the clone method implementation for derived classes.
Definition: DerivedNode.hpp:63
A heirarchical node for navigating heirarchical firmwares.
Definition: Node.hpp:85
Class further derived from Level1.
None tests(nox.Session session)
Definition: noxfile.py:19