#include <nt.h>
#include <argparse.h>
Go to the source code of this file.
Functions | |
static void | StopApplication (int sig) |
int | main (int argc, const char *argv[]) |
Variables | |
int | appRunning =1 |
static const char * | usageText [] |
static int | opt_streamid = -1 |
struct argparse_option | arg_options [] |
Function Documentation
|
static |
The function called when user is pressing CTRL-C
Definition at line 125 of file statUsage_example.c.
Referenced by main().
int main | ( | int | argc, |
const char * | argv[] | ||
) |
Definition at line 139 of file statUsage_example.c.
Variable Documentation
int appRunning =1 |
Definition at line 97 of file statUsage_example.c.
Referenced by main(), and StopApplication().
|
static |
Initial value:
Print command line info
Definition at line 102 of file statUsage_example.c.
Referenced by main().
|
static |
- Examples:
- statUsage/statUsage_example.c.
Definition at line 108 of file statUsage_example.c.
Referenced by main().
struct argparse_option arg_options[] |