#include <vip/epidistorsion/param.h>
#include <stdio.h>
#include <stdlib.h>
Go to the source code of this file.
|
| int | ReadInt (int *res, FILE *stream) |
| |
| int | ReadDouble (double *res, FILE *stream) |
| |
| int | ReadString (char *res, FILE *stream) |
| |
| void | Write (char *msg) |
| |
| void | WriteInt (int n) |
| |
| void | WriteDouble (double x) |
| |
| void | NewLine () |
| |
| int | fWrite (char *msg, FILE *stream) |
| |
| int | fWriteInt (int n, FILE *stream) |
| |
| int | fWriteDouble (double x, FILE *stream) |
| |
| void | GetInt (int *res, char *name, int argc, char *argv[], int pos) |
| |
| void | GetDouble (double *res, char *name, int argc, char *argv[], int pos) |
| |
| void | GetString (char *res, char *name, int argc, char *argv[], int pos) |
| |
◆ NDEF_PARAM
◆ fWrite()
| int fWrite |
( |
char * | msg, |
|
|
FILE * | stream ) |
◆ fWriteDouble()
| int fWriteDouble |
( |
double | x, |
|
|
FILE * | stream ) |
◆ fWriteInt()
| int fWriteInt |
( |
int | n, |
|
|
FILE * | stream ) |
◆ GetDouble()
| void GetDouble |
( |
double * | res, |
|
|
char * | name, |
|
|
int | argc, |
|
|
char * | argv[], |
|
|
int | pos ) |
◆ GetInt()
| void GetInt |
( |
int * | res, |
|
|
char * | name, |
|
|
int | argc, |
|
|
char * | argv[], |
|
|
int | pos ) |
◆ GetString()
| void GetString |
( |
char * | res, |
|
|
char * | name, |
|
|
int | argc, |
|
|
char * | argv[], |
|
|
int | pos ) |
◆ NewLine()
◆ ReadDouble()
| int ReadDouble |
( |
double * | res, |
|
|
FILE * | stream ) |
◆ ReadInt()
| int ReadInt |
( |
int * | res, |
|
|
FILE * | stream ) |
◆ ReadString()
| int ReadString |
( |
char * | res, |
|
|
FILE * | stream ) |
◆ Write()
◆ WriteDouble()
| void WriteDouble |
( |
double | x | ) |
|
◆ WriteInt()