Information of the identity and neighbourhood of a window. More...
#include <WindowChannelMap.h>
Public Member Functions | |
bool | hasUpstreamWindow () const |
Returns whether the main window has another upstream of it. More... | |
bool | hasDownstreamWindow () const |
Returns whether the main window has another downstream of it. More... | |
bool | hasOppositeWindow () const |
Returns whether the main window has another downstream of it. More... | |
Public Attributes | |
WindowIndex_t | index |
Index of the window this information is about. More... | |
WindowIndex_t | opposite { InvalidWindowIndex } |
Index of the window opposite to this one. More... | |
WindowIndex_t | upstream { InvalidWindowIndex } |
Index of the window upstream of this one. More... | |
WindowIndex_t | downstream { InvalidWindowIndex } |
Index of the window downstream of this one. More... | |
Information of the identity and neighbourhood of a window.
Definition at line 78 of file WindowChannelMap.h.
|
inline |
Returns whether the main window has another downstream of it.
Definition at line 95 of file WindowChannelMap.h.
|
inline |
Returns whether the main window has another downstream of it.
Definition at line 98 of file WindowChannelMap.h.
|
inline |
Returns whether the main window has another upstream of it.
Definition at line 92 of file WindowChannelMap.h.
WindowIndex_t icarus::trigger::WindowChannelMap::WindowTopology_t::downstream { InvalidWindowIndex } |
Index of the window downstream of this one.
Definition at line 89 of file WindowChannelMap.h.
WindowIndex_t icarus::trigger::WindowChannelMap::WindowTopology_t::index |
Index of the window this information is about.
Definition at line 80 of file WindowChannelMap.h.
WindowIndex_t icarus::trigger::WindowChannelMap::WindowTopology_t::opposite { InvalidWindowIndex } |
Index of the window opposite to this one.
Definition at line 83 of file WindowChannelMap.h.
WindowIndex_t icarus::trigger::WindowChannelMap::WindowTopology_t::upstream { InvalidWindowIndex } |
Index of the window upstream of this one.
Definition at line 86 of file WindowChannelMap.h.