Home
last modified time | relevance | path

Searched refs:taktTime (Results 1 - 1 of 1) sorted by relevance

/foundation/multimodalinput/input/tools/inject_event/src/
H A Dinput_manager_command.cpp97 int32_t taktTime { 0 };
931 int32_t taktTime = 0; in ParseCommand() local
932 if (!StrToInt(optarg, taktTime)) { in ParseCommand()
938 if ((minTaktTimeMs > taktTime) || (maxTaktTimeMs < taktTime)) { in ParseCommand()
939 std::cout << "taktTime is error" << std::endl; in ParseCommand()
940 std::cout << minTaktTimeMs << " < taktTime < " << maxTaktTimeMs; in ParseCommand()
944 std::this_thread::sleep_for(std::chrono::milliseconds(taktTime)); in ParseCommand()
1566 if (!StrToInt(optarg, joyInfo.taktTime)) { in ParseCommand()
1622 if ((MIN_TAKTTIME_MS > joyInfo.taktTime) || (MAX_TAKTTIME_M in ParseCommand()
[all...]

Completed in 5 milliseconds