Paparazzi UAS  v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
rtos_mon.c File Reference
+ Include dependency graph for rtos_mon.c:

Go to the source code of this file.

Functions

void init_sysmon (void)
 Init system monitoring. More...
 
void periodic_report_sysmon (void)
 Report system status. More...
 
void periodic_sysmon (void)
 Analyse periodic calls Should be run at the highest frequency. More...
 
void event_sysmon (void)
 Analyse event calls. More...
 

Variables

struct rtos_monitoring rtos_mon
 

Detailed Description

Author
Gautier Hattenberger RTOS monitoring tool

Definition in file rtos_mon.c.

Function Documentation

◆ event_sysmon()

void event_sysmon ( void  )

Analyse event calls.

Definition at line 65 of file rtos_mon.c.

◆ init_sysmon()

void init_sysmon ( void  )

Init system monitoring.

Definition at line 32 of file rtos_mon.c.

References rtos_mon, and rtos_mon_init_arch().

+ Here is the call graph for this function:

◆ periodic_report_sysmon()

◆ periodic_sysmon()

void periodic_sysmon ( void  )

Analyse periodic calls Should be run at the highest frequency.

Definition at line 63 of file rtos_mon.c.

Variable Documentation

◆ rtos_mon

struct rtos_monitoring rtos_mon

Definition at line 1 of file rtos_mon.c.

Referenced by init_sysmon(), periodic_report_sysmon(), and rtos_mon_periodic_arch().