コード例 #1
0
void CLSOceanOptics65000Detector::onControlsTimedOut() {
    setTimedOut();
}
コード例 #2
0
ファイル: UDPInternalConnection.cpp プロジェクト: SX91/NetMan
void UDPInternalConnection::notifyTimeout()
{
  setTimedOut();
  waitVar.notify_one();
}