![]() |
gpio
1.4.2
General Purpose I/O Package
|
Destroy GPIO exported interface. More...
#include <sys/types.h>#include <stdio.h>#include <stdlib.h>#include <stdarg.h>#include <string>#include "rnr/rnrconfig.h"#include "rnr/log.h"#include "rnr/opts.h"#include "rnr/pkg.h"#include "rnr/gpio.h"#include "version.h"Go to the source code of this file.
Macros | |
| #define | APP_EC_OK 0 |
| success exit code | |
| #define | APP_EC_ARGS 2 |
| command-line options/arguments error exit code | |
| #define | APP_EC_EXEC 4 |
| execution exit code | |
Functions | |
| static int | strToInt (const string &str, int &val) |
| static void | mainInit (int argc, char *argv[]) |
| Main initialization. More... | |
| int | main (int argc, char *argv[]) |
| Main. More... | |
Variables | |
| static char * | Argv0 |
| the command | |
| static int | ArgsGpio |
| gpio number | |
| static OptsPgmInfo_T | PgmInfo |
| Program information. More... | |
| static OptsInfo_T | OptsInfo [] |
| Command line options information. More... | |
Destroy GPIO exported interface.
Definition in file gpiounexport.cxx.