#include "cddefines.h"#include "trace.h"#include "input.h"Go to the source code of this file.
Functions | |
| bool | lgInputComment (const char *chLine) |
| void | input_readvector (const char *chFile, double vector[], long n, bool *lgEOF) |
| void input_readvector | ( | const char * | chFile, | |
| double | vector[], | |||
| long | n, | |||
| bool * | lgEOF | |||
| ) |
input_readvector: read n numbers from the file chFile and store them in vector[]
| chFile | file name to read from | |
| vector | vector[n] - the numbers that were read from the input line(s) | |
| n | number of elements in vector[] that we need to read | |
| lgEOF | was EOF reached before enough numbers were read? |
Definition at line 187 of file input.cpp.
References AS_LOCAL_ONLY, DEBUG_ENTRY, mode_r, and open_data().
Referenced by ParseMonitorResults().
| bool lgInputComment | ( | const char * | chLine | ) |
lgInputComment - parse comment - check if argument is comment string, either upper or lower case - returns true if line is a comment, false if not a comment is any line starting with "C ", *, %, //, or #
| *chLine | the input line string |
Definition at line 16 of file input.cpp.
References DEBUG_ENTRY, and TotalInsanity().
Referenced by cdMain(), cdRead(), Parser::isComment(), and ParseInit().
1.6.1