fixme, incomplete patch
This commit is contained in:
parent
73455c42e7
commit
36a71cbc4d
|
|
@ -116,6 +116,8 @@ char *ft_setkwords[] = {
|
||||||
"subend",
|
"subend",
|
||||||
"subinvoke",
|
"subinvoke",
|
||||||
"substart",
|
"substart",
|
||||||
|
"lxt2waves" /* holmes: adding switch to write lxt2 waveform database */
|
||||||
|
"swapendian" /* holmes: adding switch to write raw file in opposite endianness of OS */
|
||||||
"term",
|
"term",
|
||||||
"ticmarks",
|
"ticmarks",
|
||||||
"tnom",
|
"tnom",
|
||||||
|
|
|
||||||
|
|
@ -36,6 +36,7 @@ struct runDesc {
|
||||||
bool writeOut;
|
bool writeOut;
|
||||||
bool windowed;
|
bool windowed;
|
||||||
bool binary;
|
bool binary;
|
||||||
|
bool swapendian;
|
||||||
struct plot *runPlot;
|
struct plot *runPlot;
|
||||||
FILE *fp;
|
FILE *fp;
|
||||||
long pointPos; /* where to write pointCount */
|
long pointPos; /* where to write pointCount */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue