![]() |
F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
|
A model of an on-change telemetry channel. More...
#include <TestUtils/OnChangeChannel.hpp>
Public Member Functions | |
OnChangeChannel (T value) | |
Constructor. More... | |
OnChangeStatus | updatePrev () |
Update the previous value. More... | |
Public Attributes | |
T | value |
The current value. More... | |
A model of an on-change telemetry channel.
Definition at line 28 of file OnChangeChannel.hpp.
|
inlineexplicit |
Constructor.
Definition at line 31 of file OnChangeChannel.hpp.
|
inline |
Update the previous value.
Definition at line 33 of file OnChangeChannel.hpp.
T TestUtils::OnChangeChannel< T >::value |
The current value.
Definition at line 43 of file OnChangeChannel.hpp.