source: rtems/cpukit/libmisc/capture/capture-cli.h @ f26145b

4.104.114.84.95
Last change on this file since f26145b was cbd7691, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/02/04 at 18:20:51

2004-12-02 Ralf Corsepius <ralf.corsepius@…>

  • libmisc/capture/capture-cli.h, libmisc/capture/capture.h, libmisc/monitor/monitor.h, libmisc/rtmonuse/rtmonuse.h, libmisc/shell/shell.h: Partial doxygenification.
  • libmisc/capture/capture.h: Use INT32_C for constants.
  • Property mode set to 100644
File size: 1.2 KB
Line 
1/**
2 * @file rtems/capture-cli.h
3 */
4
5/*
6  ------------------------------------------------------------------------
7  $Id$
8  ------------------------------------------------------------------------
9
10  Copyright Objective Design Systems Pty Ltd, 2002
11  All rights reserved Objective Design Systems Pty Ltd, 2002
12  Chris Johns (ccj@acm.org)
13
14  COPYRIGHT (c) 1989-1998.
15  On-Line Applications Research Corporation (OAR).
16
17  The license and distribution terms for this file may be
18  found in the file LICENSE in this distribution.
19
20  This software with is provided ``as is'' and with NO WARRANTY.
21
22  ------------------------------------------------------------------------
23
24  RTEMS Performance Monitoring and Measurement Framework.
25
26  This is the Target Interface Command Line Interface. You need
27  start the RTEMS monitor.
28
29*/
30
31#ifndef __CAPTURE_CLI_H_
32#define __CAPTURE_CLI_H_
33
34#ifdef __cplusplus
35extern "C" {
36#endif
37
38#include <rtems/capture.h>
39
40/**
41 * rtems_capture_cli_init
42 *
43 *  DESCRIPTION:
44 *
45 * This function initialises the command line interface to the capture
46 * engine.
47 *
48 */
49rtems_status_code
50rtems_capture_cli_init (rtems_capture_timestamp timestamp);
51
52#ifdef __cplusplus
53}
54#endif
55
56#endif
Note: See TracBrowser for help on using the repository browser.