DiffEq
Contents:
Library API
diffeq Examples
Full API
Namespaces
Classes and Structs
Enums
Functions
Variables
Defines
Typedefs
DiffEq
Library API
Template Struct SignalInfo
View page source
Template Struct SignalInfo
Defined in
File signal_decorator.hpp
Struct Documentation
template
<
system_state
S
>
struct
SignalInfo
Signal information structure.
Public Members
std
::
function
<
void
(
S
&
,
typename
S
::
value_type
)
>
handler
SignalPriority
priority
=
{
SignalPriority
::
NORMAL
}
std
::
chrono
::
steady_clock
::
time_point
timestamp
bool
processed
=
{
false
}
std
::
string
signal_id