RocketLogger
2.1.1
rl_lib.h
Go to the documentation of this file.
1
32
#ifndef RL_LIB_H_
33
#define RL_LIB_H_
34
35
#include "
rl.h
"
36
42
bool
rl_is_sampling
(
void
);
43
50
int
rl_get_status
(
rl_status_t
*
const
status);
51
61
int
rl_run
(
rl_config_t
*
const
config);
62
70
int
rl_stop
(
void
);
71
72
#endif
/* RL_LIB_H_ */
rl.h
rl_stop
int rl_stop(void)
Definition
rl_lib.c:185
rl_is_sampling
bool rl_is_sampling(void)
Definition
rl_lib.c:59
rl_run
int rl_run(rl_config_t *const config)
Definition
rl_lib.c:100
rl_get_status
int rl_get_status(rl_status_t *const status)
Definition
rl_lib.c:77
rl_config
Definition
rl.h:154
rl_status
Definition
rl.h:201
rl_lib.h
Generated by
1.9.7