mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
Individual (per object) conversion as well as per unit (class) now possible, this is required for sexagesimal conversion (degrees) and will be required for geo-positions. Further classed for avionics.
This commit is contained in:
@@ -16,6 +16,11 @@ int CSamplesAviation::samples()
|
||||
CAviationVerticalPositions vp2 = vp1;
|
||||
qDebug() << vp1 << (vp1 == vp2) << (vp1 != vp2);
|
||||
|
||||
CComSystem c1 = CComSystem::getCom1Unit(125.3);
|
||||
qDebug() << c1;
|
||||
c1.setActiveUnicom();
|
||||
qDebug() << c1;
|
||||
|
||||
// bye
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user