RocketLogger  1.0
rocketlogger.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include "rl_lib.h"
#include "rl_util.h"
+ Include dependency graph for rocketlogger.c:

Go to the source code of this file.

Functions

int main (int argc, char *argv[])
 

Function Documentation

int main ( int  argc,
char *  argv[] 
)

Copyright (c) 2016-2017, ETH Zurich, Computer Engineering Group Main RocketLogger binary, controls the sampling

Parameters
argcNumber of input arguments
argvInput argument string, consists of:
Returns
standard Linux return codes

Definition at line 21 of file rocketlogger.c.

References CONTINUOUS, ERROR, FAILURE, HELP, LIMIT, METER, rl_conf::mode, parse_args(), print_config(), PRINT_DEFAULT, print_usage(), PRINT_VERSION, read_default_config(), rl_get_status(), rl_log(), rl_print_status(), rl_print_version(), rl_read_status(), RL_RUNNING, rl_start(), rl_stop(), SET_DEFAULT, rl_status::state, STATUS, STOPPED, WARNING, and write_default_config().

+ Here is the call graph for this function: