|
ETSI STF525 / Internal Testing test suite
This project provides an internal testing test suite and its associated Test Adapter/Codec
|
Functions | |
| INTEGER | fx__getCurrentTime () |
| This external function gets the current time More... | |
| INTEGER | fx__getCurrentTimeMark () |
| Gets the current time since 01/01/2004 More... | |
| INTEGER | fx__getMinuteOfTheYear () |
| Gets the Minute of current UTC year More... | |
| INTEGER | fx__getDSecond () |
| Gets the milliseconds point in the current UTC minute More... | |
| FLOAT | fx__computeDistance (const INTEGER &p__latitudeA, const INTEGER &p__longitudeA, const INTEGER &p__latitudeB, const INTEGER &p__longitudeB) |
| void | fx__computePositionUsingDistance (const INTEGER &p__refLatitude, const INTEGER &p__refLongitude, const FLOAT &p__distance, const INTEGER &p__orientation, INTEGER &p__latitude, INTEGER &p__longitude) |
| FLOAT | fx__computeRadiusFromCircularArea (const FLOAT &p__squareMeters) |
| FLOAT LibItsCommon__Functions::fx__computeDistance | ( | const INTEGER & | p__latitudeA, |
| const INTEGER & | p__longitudeA, | ||
| const INTEGER & | p__latitudeB, | ||
| const INTEGER & | p__longitudeB | ||
| ) |
| void LibItsCommon__Functions::fx__computePositionUsingDistance | ( | const INTEGER & | p__refLatitude, |
| const INTEGER & | p__refLongitude, | ||
| const FLOAT & | p__distance, | ||
| const INTEGER & | p__orientation, | ||
| INTEGER & | p__latitude, | ||
| INTEGER & | p__longitude | ||
| ) |
| FLOAT LibItsCommon__Functions::fx__computeRadiusFromCircularArea | ( | const FLOAT & | p__squareMeters | ) |
| INTEGER LibItsCommon__Functions::fx__getCurrentTime | ( | ) |
This external function gets the current time
| INTEGER LibItsCommon__Functions::fx__getCurrentTimeMark | ( | ) |
Gets the current time since 01/01/2004
| INTEGER LibItsCommon__Functions::fx__getDSecond | ( | ) |
Gets the milliseconds point in the current UTC minute
| INTEGER LibItsCommon__Functions::fx__getMinuteOfTheYear | ( | ) |
Gets the Minute of current UTC year
1.8.13