state-observation 1.7.0
General implementation of observers.
Loading...
Searching...
No Matches
stateObservation::CheckNaN Struct Reference

Additional checker that allows to check for the presence of NaN values in the item. More...

#include <definitions.hpp>

Public Types

using ExceptionT = std::runtime_error

Static Public Member Functions

template<typename T>
static bool check (const T &m)
template<typename T>
static bool checkAssert (const T &m)

Static Public Attributes

static constexpr char errorMessage [] = "Matrix contains a NaN."

Detailed Description

Additional checker that allows to check for the presence of NaN values in the item.

Definition at line 436 of file definitions.hpp.

Member Typedef Documentation

◆ ExceptionT

using stateObservation::CheckNaN::ExceptionT = std::runtime_error

Definition at line 450 of file definitions.hpp.

Member Function Documentation

◆ check()

template<typename T>
bool stateObservation::CheckNaN::check ( const T & m)
inlinestatic

Definition at line 439 of file definitions.hpp.

◆ checkAssert()

template<typename T>
bool stateObservation::CheckNaN::checkAssert ( const T & m)
inlinestatic

Definition at line 444 of file definitions.hpp.

Member Data Documentation

◆ errorMessage

char stateObservation::CheckNaN::errorMessage[] = "Matrix contains a NaN."
inlinestaticconstexpr

Definition at line 449 of file definitions.hpp.


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