|
|
|
|
|
|
|
|
|
|
|
|
|
|
if(StimulationID >= RowStimulationBase && StimulationID < (RowStimulationBase + NumberofTactilos))
|
|
|
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)));
|
|
|
socket.send(boost::asio::buffer(std::to_string(StimulationID-RowStimulationBase+1)));
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
}
|