rcutils
master
C API providing common utilities and data structures.
|
The structure identifying the caller location in the source code. More...
#include <logging.h>
Public Attributes | |
const char * | function_name |
The name of the function containing the log call. More... | |
const char * | file_name |
The name of the source file containing the log call. More... | |
size_t | line_number |
The line number containing the log call. More... | |
The structure identifying the caller location in the source code.
const char* rcutils_log_location_t::function_name |
The name of the function containing the log call.
const char* rcutils_log_location_t::file_name |
The name of the source file containing the log call.
size_t rcutils_log_location_t::line_number |
The line number containing the log call.