RTEMS CPU Kit with SuperCore  4.11.3
capture-cli.h
Go to the documentation of this file.
1 
8 /*
9  ------------------------------------------------------------------------
10 
11  Copyright Objective Design Systems Pty Ltd, 2002
12  All rights reserved Objective Design Systems Pty Ltd, 2002
13  Chris Johns (ccj@acm.org)
14 
15  COPYRIGHT (c) 1989-2014.
16  On-Line Applications Research Corporation (OAR).
17 
18  The license and distribution terms for this file may be
19  found in the file LICENSE in this distribution.
20 
21  This software with is provided ``as is'' and with NO WARRANTY.
22 
23  ------------------------------------------------------------------------
24 
25  RTEMS Performance Monitoring and Measurement Framework.
26 
27  This is the Target Interface Command Line Interface. You need
28  start the RTEMS monitor.
29 
30 */
31 
32 #ifndef __CAPTURE_CLI_H_
33 #define __CAPTURE_CLI_H_
34 
35 #ifdef __cplusplus
36 extern "C" {
37 #endif
38 
39 #include <rtems/capture.h>
40 
49 
50 #ifdef __cplusplus
51 }
52 #endif
53 
54 #endif
void(* rtems_capture_timestamp)(rtems_capture_time_t *time)
Capture timestamp callout handler.
Definition: capture.h:238
rtems_status_code rtems_capture_cli_init(rtems_capture_timestamp timestamp)
rtems_capture_cli_init
Definition: capture-cli.c:1180
rtems_status_code
Classic API Status.
Definition: status.h:46
Definition: rtems_bsdnet.h:233