Test Create SLITMAP and WAVEMAP
[Unit Tests]

Defines

#define MODULE_ID   "XSH_CREATE_MAP"

Enumerations

enum  { DEBUG_OPT, HELP_OPT }

Functions

static void Help (void)
static void HandleOptions (int argc, char **argv)
int main (int argc, char **argv)
 Create a SLITMAP and a WAVEMAP from Set Of Files (SOF).

Variables

static struct option LongOptions []

Define Documentation

#define MODULE_ID   "XSH_CREATE_MAP"

Definition at line 60 of file test-xsh_create_map.c.


Enumeration Type Documentation

anonymous enum
Enumerator:
DEBUG_OPT 
HELP_OPT 

Definition at line 62 of file test-xsh_create_map.c.


Function Documentation

static void HandleOptions ( int  argc,
char **  argv 
) [static]
static void Help ( void   )  [static]

Definition at line 72 of file test-xsh_create_map.c.

References TEST_END.

Referenced by HandleOptions(), and main().

int main ( int  argc,
char **  argv 
)

Variable Documentation

struct option LongOptions[] [static]
Initial value:
 {
  {"debug", required_argument, 0, DEBUG_OPT},
  {"help", 0, 0, HELP_OPT},
  {NULL, 0, 0, 0}
}

Definition at line 66 of file test-xsh_create_map.c.

Referenced by HandleOptions().


Generated on 9 Mar 2011 for X-shooter Pipeline Reference Manual by  doxygen 1.6.1