mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-13 04:55:44 +08:00
refs #396 remove obsolete Matrix and Vector classes
This commit is contained in:
@@ -99,14 +99,6 @@ namespace BlackMiscTest
|
||||
qDebug() << "Pid:" << ServiceTool::getPid() << "Received altitude:" << altitude;
|
||||
}
|
||||
|
||||
/*
|
||||
* Receive matrix
|
||||
*/
|
||||
void Testservice::receiveMatrix(const BlackMisc::Math::CMatrix3x3 &matrix)
|
||||
{
|
||||
qDebug() << "Pid:" << ServiceTool::getPid() << "Received matrix:" << matrix;
|
||||
}
|
||||
|
||||
/*
|
||||
* Receive a list
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user