PX4 Firmware
PX4 Autopilot Software http://px4.io
timer_callback_data_s Struct Reference
Collaboration diagram for timer_callback_data_s:

Public Attributes

px4_sem_t semaphore
 
watchdog_data_t watchdog_data
 
volatile bool watchdog_triggered = false
 

Detailed Description

Definition at line 82 of file logger.cpp.

Member Data Documentation

◆ semaphore

px4_sem_t timer_callback_data_s::semaphore

Definition at line 83 of file logger.cpp.

Referenced by px4::logger::Logger::run(), and timer_callback().

◆ watchdog_data

watchdog_data_t timer_callback_data_s::watchdog_data

Definition at line 85 of file logger.cpp.

Referenced by px4::logger::Logger::run(), and timer_callback().

◆ watchdog_triggered

volatile bool timer_callback_data_s::watchdog_triggered = false

Definition at line 86 of file logger.cpp.

Referenced by px4::logger::Logger::run(), and timer_callback().


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