OMAPI  1.8
Open Movement Public API
convert.c File Reference
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "omapi.h"

Go to the source code of this file.

Functions

int convert (const char *infile, const char *outfile, char tee)
 
int convert_main (int argc, char *argv[])
 

Detailed Description

Open Movement API Example: Convert a binary data file to a CSV text file.

Author
Dan Jackson
Date
2011-2012

A command-line tool to convert a specified binary data file to a CSV text file.

Remarks
Makes use of Binary data file reader

Definition in file convert.c.

Function Documentation

◆ convert()

int convert ( const char *  infile,
const char *  outfile,
char  tee 
)

Definition at line 54 of file convert.c.

◆ convert_main()

int convert_main ( int  argc,
char *  argv[] 
)

Definition at line 120 of file convert.c.