forked from Imagelibrary/rtems
libmisc: Doxygen Enhancement Task #1
This commit is contained in:
committed by
Jennifer Averett
parent
72c686167d
commit
f5f2676824
@@ -1,6 +1,13 @@
|
||||
/*
|
||||
* CPU Usage Reporter - Shared Data
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @brief CPU Usage Data
|
||||
* @ingroup libmisc_cpuuse CPU Usage
|
||||
*
|
||||
* CPU Usage Reporter - Shared Data
|
||||
*/
|
||||
|
||||
/*
|
||||
* COPYRIGHT (c) 1989-2009
|
||||
* On-Line Applications Research Corporation (OAR).
|
||||
*
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
/*
|
||||
* CPU Usage Reporter
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @brief CPU Usage Report
|
||||
* @ingroup libmisc_cpuuse CPU Usage
|
||||
*/
|
||||
|
||||
/*
|
||||
* COPYRIGHT (c) 1989-2010.
|
||||
* On-Line Applications Research Corporation (OAR).
|
||||
*
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
/*
|
||||
* CPU Usage Reporter
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @brief CPU Usage Reset
|
||||
* @ingroup libmisc_cpuuse CPU Usage
|
||||
*/
|
||||
|
||||
/*
|
||||
* COPYRIGHT (c) 1989-2009
|
||||
* On-Line Applications Research Corporation (OAR).
|
||||
*
|
||||
|
||||
@@ -24,6 +24,12 @@
|
||||
#include <rtems/score/timestamp.h>
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @defgroup libmisc_cpuuse CPU Usage
|
||||
*
|
||||
* @ingroup libmisc
|
||||
*/
|
||||
/**@{*/
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
@@ -43,14 +49,18 @@ void rtems_cpu_usage_report_with_plugin(
|
||||
rtems_printk_plugin_t handler
|
||||
);
|
||||
|
||||
/*
|
||||
* rtems_cpu_usage_report
|
||||
/**
|
||||
* @brief Report CPU usage.
|
||||
*
|
||||
* CPU Usage Reporter
|
||||
*/
|
||||
|
||||
void rtems_cpu_usage_report( void );
|
||||
|
||||
/*
|
||||
* rtems_cpu_usage_reset
|
||||
/**
|
||||
* @brief Reset CPU usage.
|
||||
*
|
||||
* CPU Usage Reporter
|
||||
*/
|
||||
|
||||
void rtems_cpu_usage_reset( void );
|
||||
@@ -58,6 +68,6 @@ void rtems_cpu_usage_reset( void );
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
/**@}*/
|
||||
#endif
|
||||
/* end of include file */
|
||||
|
||||
Reference in New Issue
Block a user