roo_transceivers
API Documentation for roo_transceivers
Loading...
Searching...
No Matches
notification.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
roo_transceivers/id.h
"
4
#include "
roo_transceivers/measurement.h
"
5
6
namespace
roo_transceivers
{
7
8
/// Listener for universe-level change notifications.
9
class
EventListener
{
10
public
:
11
virtual
~EventListener
() =
default
;
12
13
/// Called when the set of devices changes.
14
virtual
void
devicesChanged
() {}
15
/// Called when new readings are available.
16
virtual
void
newReadingsAvailable
() {}
17
};
18
19
}
// namespace roo_transceivers
roo_transceivers::EventListener
Listener for universe-level change notifications.
Definition
notification.h:9
roo_transceivers::EventListener::newReadingsAvailable
virtual void newReadingsAvailable()
Called when new readings are available.
Definition
notification.h:16
roo_transceivers::EventListener::~EventListener
virtual ~EventListener()=default
roo_transceivers::EventListener::devicesChanged
virtual void devicesChanged()
Called when the set of devices changes.
Definition
notification.h:14
id.h
measurement.h
roo_transceivers
Definition
binding.cpp:3
temp_repos
roo_transceivers
src
roo_transceivers
notification.h
Generated by
1.9.8