RTEMS CPU Kit with SuperCore
4.11.3
Main Page
Related Pages
Modules
+
Data Structures
Data Structures
+
Data Fields
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
Files
File List
+
Globals
+
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Functions
_
a
b
c
d
e
f
g
i
j
l
m
n
o
p
q
r
s
t
u
v
w
+
Variables
_
b
c
d
i
r
+
Typedefs
a
b
c
d
f
h
i
m
o
p
q
r
s
t
u
w
x
+
Enumerations
b
c
d
e
h
i
m
o
p
r
s
t
w
+
Enumerator
c
i
m
p
r
s
t
w
+
Macros
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
w
mnt
data0
chrisj
rtems
releases
rtems-release.git
4.11.3
ws-rtems
rtems-4.11.3
cpukit
libmisc
capture
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
47
rtems_status_code
48
rtems_capture_cli_init
(
rtems_capture_timestamp
timestamp
);
49
50
#ifdef __cplusplus
51
}
52
#endif
53
54
#endif
rtems_capture_timestamp
void(* rtems_capture_timestamp)(rtems_capture_time_t *time)
Capture timestamp callout handler.
Definition:
capture.h:238
rtems_capture_cli_init
rtems_status_code rtems_capture_cli_init(rtems_capture_timestamp timestamp)
rtems_capture_cli_init
Definition:
capture-cli.c:1180
rtems_status_code
rtems_status_code
Classic API Status.
Definition:
status.h:46
timestamp
Definition:
rtems_bsdnet.h:233
Generated by
1.8.13