Searched refs:opItemStep_ (Results 1 – 4 of 4) sorted by relevance
117 opItemStep_ = std::stod(augment.c_str()); in HandleCommand()118 opItemStep_ = opItemStep_ > 0 ? opItemStep_ : 1; in HandleCommand()148 if (opItemStep_ < 0) { in CheckParameter()150 opItemStep_ = 1; in CheckParameter()
201 sleep(opItemStep_); in ReplayMSKP()208 sleep(opItemStep_); in ReplayMSKP()275 opitemId -= opItemStep_; in PlayBackByOpItem()281 opitemId += opItemStep_; in PlayBackByOpItem()323 opItemStep_ = std::stod(words[1]); in GetDirectionAndStep()333 opItemStep_ = dclCommand.opItemStep_; in UpdateParametersFromDCLCommand()375 … std::cout << "Do you want to execute " << opItemStep_ << " OpItems " << opActionsStr << " ?\n" in Test()
87 double opItemStep_ = 1; variable
88 double opItemStep_ = 4; variable