Browse Source

Dateien hochladen nach „src/UDPStimCodeSender“

master
Tobias Baumann 2 years ago
parent
commit
11b56e4925
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/UDPStimCodeSender/ovpCBoxAlgorithmUDPStimcodeSender.cpp

+ 1
- 1
src/UDPStimCodeSender/ovpCBoxAlgorithmUDPStimcodeSender.cpp View File

@@ -87,7 +87,7 @@ bool CBoxAlgorithmUDPStimcodeSender::process()
if(StimulationID >= RowStimulationBase && StimulationID < (RowStimulationBase + NumberofTactilos))
{
this->getLogManager() << LogLevel_Info << "send udp : [StimulusCode " << (StimulationID-RowStimulationBase+1) << "]\n";
this->getLogManager() << LogLevel_Debug << "send udp : [StimulusCode " << (StimulationID-RowStimulationBase+1) << "]\n";
socket.send(boost::asio::buffer(std::to_string(StimulationID-RowStimulationBase+1)));
}
}

Loading…
Cancel
Save