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

This commit is contained in:
2016-09-28 12:24:52 +00:00
parent b6e96da478
commit 9e1a99b598
16 changed files with 249 additions and 31 deletions

View File

@@ -128,6 +128,12 @@ void CDCore::k_update(PIIODevice * d) {
k_ = uk;
}
void CDCore::k_calculate() {
k_.calculate();
}
void CDCore::reinitConnection(const PIString &configuration) {
PIString c = configuration;
connection.stop();
@@ -248,7 +254,7 @@ void CDCore::dtReceiveFinished(bool ok) {
K_Send();
break;
case CD_KSend: {
piCoutObj << "K received";
piCoutObj << "K received";
PIByteArray k;
ba >> k;
k << uchar(0);