#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <string.h>
#include <unistd.h>
#include "xrit_swap.h"
#include "libxrit.h"
Defines | |
#define | FILENAME_MAXLEN 256 |
#define | OPT_PROLOGUE 1 |
#define | OPT_UINT16 1 |
#define | OPT_FLOAT 2 |
#define | OPT_DOUBLE 3 |
Functions | |
void | parse_options (int *argc, char **argv[]) |
int | main (int argc, char *argv[]) |
Variables | |
char | prologue_file [FILENAME_MAXLEN] = "" |
int | data_type = OPT_UINT16 |
int | isegment = 0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|