#include <stdlib.h>
#include <stdio.h>
#include <limits.h>
#include <errno.h>
#include <time.h>
#include <string.h>
#include <argparse.h>
#include "nt.h"
Go to the source code of this file.
Functions | |
static void | StopApplication (int sig) |
int | main (int argc, const char *argv[]) |
Variables | |
static const char * | usageText [] |
static volatile bool | stopApplication = false |
static int | adapterNo = -1 |
static int | portNo = -1 |
static int | watchdogTimeoutMsec = -1 |
static int | watchdogDelayMsec = -1 |
struct argparse_option | arg_options [] |
Function Documentation
|
static |
- Examples:
- bypass/watchdog/bypass_watchdog_example.c, net/capfileconvert/capfileconvert_example.c, net/ipfdemo/ipfdemo_example.c, net/replayGS/replayGS_example.c, net/transmit_multifunction/transmit_multifunction_example.c, pps/pps_example.c, and statUsage/statUsage_example.c.
Definition at line 138 of file bypass_watchdog_example.c.
Referenced by main().
int main | ( | int | argc, |
const char * | argv[] | ||
) |
Definition at line 170 of file bypass_watchdog_example.c.
Variable Documentation
|
static |
- Examples:
- bypass/watchdog/bypass_watchdog_example.c, net/capfileconvert/capfileconvert_example.c, net/ipfdemo/ipfdemo_example.c, net/readcapfile/readcapfile_example.c, net/replayGS/replayGS_example.c, net/transmit_multifunction/transmit_multifunction_example.c, and statUsage/statUsage_example.c.
Definition at line 121 of file bypass_watchdog_example.c.
Referenced by main().
|
static |
Definition at line 130 of file bypass_watchdog_example.c.
Referenced by main(), and StopApplication().
|
static |
- Examples:
- bypass/watchdog/bypass_watchdog_example.c, info/info_example.c, net/ipfdemo/ipfdemo_example.c, net/replay/replay_example.c, net/replay4GA/replay4ga_example.c, net/replayGS/replayGS_example.c, net/transmit_multifunction/transmit_multifunction_example.c, net/transmit_segment/transmit_segment_example.c, and net/vlandemo/vlandemo_example.c.
Definition at line 150 of file bypass_watchdog_example.c.
Referenced by _Is4GATxSupported(), Is4GATxSupported(), main(), and showProductInfo().
|
static |
Definition at line 151 of file bypass_watchdog_example.c.
Referenced by Is4GATxSupported(), and main().
|
static |
- Examples:
- bypass/watchdog/bypass_watchdog_example.c.
Definition at line 152 of file bypass_watchdog_example.c.
|
static |
- Examples:
- bypass/watchdog/bypass_watchdog_example.c.
Definition at line 153 of file bypass_watchdog_example.c.
struct argparse_option arg_options[] |
Table of valid options.
Definition at line 158 of file bypass_watchdog_example.c.