RTEMS 6.1-rc5
Loading...
Searching...
No Matches
Data Fields
rtems_assert_context Struct Reference

This structure provides the context in which an assertion failed. More...

#include <fatal.h>

Data Fields

const char * file
 This member provides the file name of the source code file containing the failed assertion statement.
 
int line
 This member provides the line number in the source code file containing the failed assertion statement.
 
const char * function
 This member provides the function name containing the failed assertion statement.
 
const char * failed_expression
 This member provides the expression of the failed assertion statement.
 

Detailed Description

This structure provides the context in which an assertion failed.


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