joey shelton / LED_Demo

Dependencies:   MAX44000 PWM_Tone_Library nexpaq_mdk

Fork of LED_Demo by Maxim nexpaq

Embed: (wiki syntax)

« Back to documentation index

failure_t Struct Reference

failure_t Struct Reference

Contains the reason and location of the failure. More...

#include <utest_types.h>

Public Member Functions

 failure_t (const failure_t &obj)
 Copy constructor.
failure_t ignored () const

Detailed Description

Contains the reason and location of the failure.

Definition at line 86 of file utest_types.h.


Constructor & Destructor Documentation

failure_t ( const failure_t obj )

Copy constructor.

Definition at line 93 of file utest_types.h.


Member Function Documentation

failure_t ignored (  ) const
Returns:
a copy of the failure with the reason ignored.

Definition at line 99 of file utest_types.h.