예제 #1
0
void LaunchTestParam::initLaunchTestParam() {
  endLaunchTestParam = "End";
  resetLocalParams();
  this->testing_duration = 0;
}
예제 #2
0
void TaskSetParam::initTaskSetParam(const char *tasksetconfigfile) {
  endTaskSetParam = "End";
  resetLocalParams();
  strcpy(task_set_param_f_n, tasksetconfigfile);
}
예제 #3
0
void SchedTestParam::initSchedTestParam() {
  endSchedTestParam = "End";
  resetLocalParams();
}