#include "isisclient.h"
#include "ifwtool.h"
#include "ifwutils.h"
#include <readline/readline.h>
#include <readline/history.h>
Functions | |
| int | main (int argc, char *argv[]) |
| Main application initializer and I/O event handler. | |
| void | handleint (int signalValue) |
| Service Ctrl+C (SIGINT) signals. | |
Variables | |
| isisclient_t | client |
| Global client runtime config table. | |
| ifwheel_t | ifw |
| Global IFW filter wheel parameter table (declare in main.c). | |
|
||||||||||||
|
Main application initializer and I/O event handler.
|
|
|
Service Ctrl+C (SIGINT) signals. Trap and handle any Ctrl+C keys pressed at the command-line interface. Right now it doesn't do much more than note that Ctrl+C has been it, but in the future it could do more if required. |
|
|
Global client runtime config table.
|
|
|
Global IFW filter wheel parameter table (declare in main.c).
|
1.3.7