⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 capture-cli.h

📁 RTEMS (Real-Time Executive for Multiprocessor Systems) is a free open source real-time operating sys
💻 H
字号:
/*  ------------------------------------------------------------------------  $Id: capture-cli.h,v 1.1 2002/05/15 16:35:56 joel Exp $  ------------------------------------------------------------------------    Copyright Objective Design Systems Pty Ltd, 2002  All rights reserved Objective Design Systems Pty Ltd, 2002  Chris Johns (ccj@acm.org)  COPYRIGHT (c) 1989-1998.  On-Line Applications Research Corporation (OAR).  The license and distribution terms for this file may be  found in the file LICENSE in this distribution.  This software with is provided ``as is'' and with NO WARRANTY.    ------------------------------------------------------------------------  RTEMS Performance Monitoring and Measurement Framework.  This is the Target Interface Command Line Interface. You need  start the RTEMS monitor.*/#ifndef __CAPTURE_CLI_H_#define __CAPTURE_CLI_H_#ifdef __cplusplusextern "C" {#endif#include <rtems/capture.h>/* * rtems_capture_cli_init * *  DESCRIPTION: * * This function initialises the command line interface to the capture * engine. * */rtems_status_codertems_capture_cli_init (rtems_capture_timestamp timestamp);#ifdef __cplusplus}#endif#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -