RocketLogger 2.1.2
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
42bool rl_is_sampling(void);
43
50int rl_get_status(rl_status_t *const status);
51
61int rl_run(rl_config_t *const config);
62
70int rl_stop(void);
71
72#endif /* RL_LIB_H_ */
int rl_stop(void)
Definition: rl_lib.c:185
bool rl_is_sampling(void)
Definition: rl_lib.c:59
int rl_run(rl_config_t *const config)
Definition: rl_lib.c:100
int rl_get_status(rl_status_t *const status)
Definition: rl_lib.c:77
Definition: rl.h:154
Definition: rl.h:201