git-svn-id: svn://db.shs.com.ru/libs@94 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2016-06-07 11:11:14 +00:00
parent e338dd991d
commit 51ebffa2af
7 changed files with 513 additions and 26 deletions

View File

@@ -90,6 +90,7 @@ void KX_Coefficients::sendCoeffs() {
memcpy(k_protocol->to_k.coeffs, k_content.data(k_protocol->to_k.first_index), curcnt);
//for (int j = 0; j < curcnt; j++) k_protocol->to_k.coeffs[j] = K.at(k_protocol->to_k.first_index + j);
k_protocol->send();
piMSleep(5);
}
//cout << "waiting for commit ...\n";
waitingCommit = true;