mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 21:15:33 +08:00
refs #189 , PQ string class which allows parsing strings like 100m/s.
pqbase contains template method to determine a valid unit.
This commit is contained in:
@@ -30,6 +30,7 @@ void BlackMisc::PhysicalQuantities::registerMetadata()
|
||||
CSpeed::registerMetadata();
|
||||
CTemperature::registerMetadata();
|
||||
CTime::registerMetadata();
|
||||
CPqString::registerMetadata();
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user