|
LBS C++ binding
Experimental automated C++ generation from LBS APIs defined in Franca IDL
|
Public Member Functions | |
| Configuration (const Configuration &c) | |
| Configuration & | operator= (const Configuration &c) |
| void | getVersion (Version &interfaceversion) |
| void | setLocale (String languageCode, String countryCode, String scriptCode) |
| void | getLocale (String &languageCode, String &countryCode, String &scriptCode) |
| void | getSupportedLocales (std::vector< Locale > &localeList) |
| void | setTimeFormat (TimeFormat format) |
| void | getTimeFormat (TimeFormat &format) |
| void | getSupportedTimeFormats (std::vector< TimeFormat > &timeFormatList) |
| void | setCoordinatesFormat (CoordinatesFormat coordinatesFormat) |
| void | getCoordinatesFormat (CoordinatesFormat &coordinatesFormat) |
| void | getSupportedCoordinatesFormat (std::vector< CoordinatesFormat > &coordinatesFormatList) |
| void | setUnitsOfMeasurement (UnitsOfMeasurement unitsOfMeasurement) |
| void | getUnitsOfMeasurement (UnitsOfMeasurement &unitsOfMeasurement) |
| void | getSupportedUnitsOfMeasurement (UnitsOfMeasurementList &unitsOfMeasurementList) |