Slim numerical data compression 1.0
|
Implements to slim_control class to parse command-line arguments. More...
#include <iostream>
#include <string>
#include <sstream>
#include <cstdlib>
#include <cstring>
#include <getopt.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <errno.h>
#include <limits.h>
#include "slim.h"
Macros | |
#define | RAW_SUFFIX ".raw" |
Suffix for all raw files when preserving original. | |
Variables | |
const char | short_opt [] = "m:c:r:F:dnpXxSC0bPokquivsyfg987654321V?B:" |
Single-character options. | |
static const struct option | long_opt [] |
The long options slim recognizes. | |
Implements to slim_control class to parse command-line arguments.