rcutils  master
C API providing common utilities and data structures.
Public Attributes | List of all members
rcutils_error_state_t Struct Reference

Struct which encapsulates the error state set by RCUTILS_SET_ERROR_MSG(). More...

#include <error_handling.h>

Collaboration diagram for rcutils_error_state_t:
Collaboration graph
[legend]

Public Attributes

const char * message
 
const char * file
 
size_t line_number
 
rcutils_allocator_t allocator
 

Detailed Description

Struct which encapsulates the error state set by RCUTILS_SET_ERROR_MSG().

Member Data Documentation

const char* rcutils_error_state_t::message
const char* rcutils_error_state_t::file
size_t rcutils_error_state_t::line_number
rcutils_allocator_t rcutils_error_state_t::allocator

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