|
TPCCLIB
|
Working with TAC names in TAC structure. More...
#include "tpcclibConfig.h"#include "tpcift.h"#include <stdio.h>#include <stdlib.h>#include <math.h>#include <time.h>#include <string.h>#include "tpctac.h"Go to the source code of this file.
Functions | |
| int | tacIndividualNames (TAC *tac) |
| void | tacEnsureNames (TAC *tac) |
| void tacEnsureNames | ( | TAC * | tac | ) |
Ensure that TAC structure contains a name for each TAC. If not available, then TAC index+1 is written as name.
| tac | Pointer to TAC structure. |
Definition at line 50 of file tacname.c.
Referenced by tacWriteCSV(), tacWriteDFT(), tacWritePMOD(), tacWriteSheetIntoXML(), and tacWriteXML().
| int tacIndividualNames | ( | TAC * | tac | ) |
Verifies that TAC structure contains a name for each TAC, and no other TAC has the same name.
| tac | Pointer to TAC structure. |
Definition at line 24 of file tacname.c.