1 int USERD_get_timeset_description
4 char timeset_description[Z_BUFL]
9 Info<< "Entering: USERD_get_timeset_description" << endl;
12 if (timeDirs[1].value() < 0)
14 strncpy(timeset_description, "CAD", Z_BUFL);
18 strncpy(timeset_description, "seconds", Z_BUFL);
22 Info<< "Leaving: USERD_get_timeset_description" << endl;