ICP
1
|
Go to the source code of this file.
Functions | |
static const char * | getInstAbrv (const char *inst_name) |
int | spacePadCopy (char *output, const char *input, int output_size) |
int | spacePadCopyVa (char *output, int output_size, const char *format,...) |
int | spaceTrimCopy (char *output, int output_size, const char *input, int input_size) |
Variables | |
static const char * | inst_abrv_mappings [][2] |
|
static |
Definition at line 33 of file isiscrpt.cpp.
References inst_abrv_mappings, and NULL_TERMINATE.
Referenced by ISISCRPT_STRUCT::setInstName().
int spacePadCopy | ( | char * | output, |
const char * | input, | ||
int | output_size | ||
) |
Definition at line 127 of file isiscrpt.cpp.
Referenced by ISISCRPT_STRUCT::ISISCRPT_STRUCT(), ISISRAW::updateFromCRPT(), and ISISinstrumentControl::writeJournal().
int spacePadCopyVa | ( | char * | output, |
int | output_size, | ||
const char * | format, | ||
... | |||
) |
Definition at line 142 of file isiscrpt.cpp.
Referenced by ISISinstrumentControl::writeJournal().
int spaceTrimCopy | ( | char * | output, |
int | output_size, | ||
const char * | input, | ||
int | input_size | ||
) |
Definition at line 161 of file isiscrpt.cpp.
Referenced by ISISRAW::sendToCRPT().
|
static |
mapping if SHORTNAME environment variable is not defined for instruments that have a fullname of 3 characters this is not needed also for nexus (muon) instruments short name = long name and so no mapping this is ignored is UseFullInstNameForFiles is defined in icp_config.xml
Definition at line 11 of file isiscrpt.cpp.
Referenced by getInstAbrv().