The Sparta Modeling Framework
Loading...
Searching...
No Matches
Events.hpp
1// <Events> -*- C++ -*-
2
3#pragma once
4
5#include <iostream>
6#include <vector>
7
8namespace sparta
9{
10 namespace log
11 {
12 class Tap;
13
17 {
18 Tap* tap;
19 };
20
24 {
25 Tap* tap;
26 };
27
28 } // namespace log
29} // namespace sparta
30
Logging Tap. Attach to a TreeNode to intercept logging messages from any NotificationSource nodes in ...
Definition Tap.hpp:28
Macros for handling exponential backoff.