41 getProjValueStr(
UT_String &str,
int varid,
int thread)
43 str.
harden(
"My Project Name");
50 static const char *theProjName =
"PROJ";
51 static const char *theMSName =
"MS";
59 getProjValueStr, NULL, NULL);
61 NULL, getMSValueFloat, NULL);
void CMDextendLibrary(CMD_Manager *mgr)
int addVariable(const CH_LocalVariable &var, CH_StringVarEvalFunc strfunc, CH_FloatVarEvalFunc floatfunc, CH_IntVarEvalFunc intfunc) const
CH_Manager * CHgetManager()
void harden()
Take shallow copy and make it deep.
#define CH_VARIABLE_STRVAL
fpreal getEvaluateTime(int thread) const
Functions for obtaining and setting the current evaluation time.
**Note that the tasks the is the thread number *for the or if it s being executed by a non pool thread(this *can happen in cases where the whole pool is occupied and the calling *thread contributes to running the work load).**Thread pool.Have fun