RTEMS 6.1-rc6
Loading...
Searching...
No Matches
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
35extern "C" {
36#endif
37
38#include <rtems/capture.h>
39
48
49#ifdef __cplusplus
50}
51#endif
52
53#endif
rtems_status_code rtems_capture_cli_init(rtems_capture_timestamp timestamp)
Definition: capture-cli.c:1202
Capture Engine Component of the RTEMS Measurement and Monitoring System.
rtems_status_code
This enumeration provides status codes for directives of the Classic API.
Definition: status.h:85
void(* rtems_capture_timestamp)(rtems_capture_time *time)
Capture timestamp callout handler.
Definition: capture.h:255