int SLOG_Irec_GetMinRec( const SLOG_intvlrec_t *intvlrec,
SLOG_rectype_t *rectype,
SLOG_intvltype_t *intvltype,
SLOG_bebit_t *bebit_0,
SLOG_bebit_t *bebit_1,
SLOG_starttime_t *starttime,
SLOG_duration_t *duration,
SLOG_nodeID_t *node_id,
SLOG_cpuID_t *cpu_id,
SLOG_threadID_t *thread_id,
SLOG_where_t *where )
SLOG_SUCCESS is returned when no error is encountered.
SLOG_FAIL is returned when error is encounted.
SLOG_EOF is returned when End of file is encounted.
There are also SLOG_TRUE and SLOG_FALSE which are sued as boolean
values, in particular they are used in boolean functions which
are usually named as IsXXXXX(), AreXXXXX() and HasXXXXX().
Location:../src/slog_irec_read.c