F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
TestUtils::OnChangeChannel< T > Class Template Reference

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

value
 The current value. More...
 

Detailed Description

template<typename T>
class TestUtils::OnChangeChannel< T >

A model of an on-change telemetry channel.

Definition at line 28 of file OnChangeChannel.hpp.

Constructor & Destructor Documentation

◆ OnChangeChannel()

template<typename T >
TestUtils::OnChangeChannel< T >::OnChangeChannel ( value)
inlineexplicit

Constructor.

Definition at line 31 of file OnChangeChannel.hpp.

Member Function Documentation

◆ updatePrev()

template<typename T >
OnChangeStatus TestUtils::OnChangeChannel< T >::updatePrev ( )
inline

Update the previous value.

Definition at line 33 of file OnChangeChannel.hpp.

Member Data Documentation

◆ value

template<typename T >
T TestUtils::OnChangeChannel< T >::value

The current value.

Definition at line 43 of file OnChangeChannel.hpp.


The documentation for this class was generated from the following file: