Changeset 51fdc8f9 in rtems


Ignore:
Timestamp:
03/15/23 09:06:59 (7 months ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
master
Children:
19ce49c
Parents:
caffdc4
git-author:
Sebastian Huber <sebastian.huber@…> (03/15/23 09:06:59)
git-committer:
Sebastian Huber <sebastian.huber@…> (03/16/23 06:38:44)
Message:

cpuuse: Add implementation Doxygen group

Location:
cpukit/libmisc/cpuuse
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • cpukit/libmisc/cpuuse/cpuusagedata.c

    rcaffdc4 r51fdc8f9  
    44 * @file
    55 *
    6  * @ingroup RTEMSAPICPUUsageReporting
     6 * @ingroup RTEMSImplCPUUsageReporting
    77 *
    88 * @brief This source file contains the definition of
  • cpukit/libmisc/cpuuse/cpuusagereport.c

    rcaffdc4 r51fdc8f9  
    44 * @file
    55 *
    6  * @ingroup RTEMSAPICPUUsageReporting
     6 * @ingroup RTEMSImplCPUUsageReporting
    77 *
    88 * @brief This source file contains the definition of
  • cpukit/libmisc/cpuuse/cpuusagereset.c

    rcaffdc4 r51fdc8f9  
    44 * @file
    55 *
    6  * @ingroup RTEMSAPICPUUsageReporting
     6 * @ingroup RTEMSImplCPUUsageReporting
    77 *
    88 * @brief This source file contains the definition of
  • cpukit/libmisc/cpuuse/cpuusagetop.c

    rcaffdc4 r51fdc8f9  
    44 * @file
    55 *
    6  * @ingroup RTEMSAPICPUUsageReporting
     6 * @ingroup RTEMSImplCPUUsageReporting
    77 *
    88 * @brief This source file contains the definition of
  • cpukit/libmisc/cpuuse/cpuuseimpl.h

    rcaffdc4 r51fdc8f9  
    11/* SPDX-License-Identifier: BSD-2-Clause */
     2
     3/**
     4 * @file
     5 *
     6 * @ingroup RTEMSImplCPUUsageReporting
     7 *
     8 * @brief This header file provides interfaces of the
     9 *   @ref RTEMSImplCPUUsageReporting implementation.
     10 */
    211
    312/*
     
    3645#endif
    3746
     47/**
     48 * @defgroup RTEMSImplCPUUsageReporting CPU Usage Reporting
     49 *
     50 * @ingroup RTEMSImpl
     51 *
     52 * @brief This group contains the implementation of
     53 *   @ref RTEMSAPICPUUsageReporting.
     54 *
     55 * @{
     56 */
     57
     58/**
     59 * @brief This object provides the uptime timestamp at the last CPU usage
     60 *   reset.
     61 */
    3862extern Timestamp_Control CPU_usage_Uptime_at_last_reset;
     63
     64/** @} */
    3965
    4066#ifdef __cplusplus
Note: See TracChangeset for help on using the changeset viewer.