mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
refs #314, modulator based classes to latest style
* removed exceptions * removed tryGet methods * adjusted samples
This commit is contained in:
@@ -44,8 +44,7 @@ namespace BlackMiscTest
|
||||
qDebug() << c1;
|
||||
|
||||
// NAV system
|
||||
CNavSystem nav1;
|
||||
CNavSystem::tryGetNav1System(nav1, 110.0);
|
||||
CNavSystem nav1 = CNavSystem::getNav1System(110.0);
|
||||
qDebug() << nav1;
|
||||
|
||||
// Transponder tests
|
||||
|
||||
Reference in New Issue
Block a user