git-svn-id: svn://db.shs.com.ru/libs@127 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user