RTEMS
5.0.0
cpukit
include
rtems
capture-cli.h
Go to the documentation of this file.
1
8
/*
9
------------------------------------------------------------------------
10
11
Copyright 2002, 2016 Chris Johns <chrisj@rtems.org>.
12
All rights reserved.
13
14
COPYRIGHT (c) 1989-2014.
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
35
extern
"C"
{
36
#endif
37
38
#include <
rtems/capture.h
>
39
46
rtems_status_code
47
rtems_capture_cli_init
(
rtems_capture_timestamp
timestamp);
48
49
#ifdef __cplusplus
50
}
51
#endif
52
53
#endif
rtems_capture_timestamp
void(* rtems_capture_timestamp)(rtems_capture_time *time)
Capture timestamp callout handler.
Definition:
capture.h:256
capture.h
Capture Engine Component of the RTEMS Measurement and Monitoring System.
rtems_capture_cli_init
rtems_status_code rtems_capture_cli_init(rtems_capture_timestamp timestamp)
Definition:
capture-cli.c:1185
rtems_status_code
rtems_status_code
Classic API Status.
Definition:
status.h:43
Generated by
1.8.13