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

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...
 

Detailed Description

The structure identifying the caller location in the source code.

Member Data Documentation

◆ function_name

const char* rcutils_log_location_t::function_name

The name of the function containing the log call.

◆ file_name

const char* rcutils_log_location_t::file_name

The name of the source file containing the log call.

◆ line_number

size_t rcutils_log_location_t::line_number

The line number containing the log call.


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