Classes | |
class | BasicApplication |
class | LdmrsApp |
class | LdmrsFieldApp |
class | LdmrsNtpTimeApp |
class | LdmrsScanpointCoordinateApp |
class | LdmrsSectorChangeApp |
struct | ntp_time_t |
Functions | |
Scan::const_iterator | getNextPoint (Scan::const_iterator iter, const Scan &scan) |
Scan::const_iterator | getNextPointInSameLayer (Scan::const_iterator iter, const Scan &scan) |
INT16 | radian2Int (float radAngle) |
std::string | sectorToString (const ScannerInfo::ResolutionMap §or) |
Scan::const_iterator application::getNextPoint | ( | Scan::const_iterator | iter, |
const Scan & | scan | ||
) |
Definition at line 87 of file LdmrsSectorChangeApp.cpp.
Scan::const_iterator application::getNextPointInSameLayer | ( | Scan::const_iterator | iter, |
const Scan & | scan | ||
) |
Definition at line 72 of file LdmrsSectorChangeApp.cpp.
INT16 application::radian2Int | ( | float | radAngle | ) |
Convert an angle from radians to code-wheel ticks.
radAngle | angle in radians |
Definition at line 191 of file LdmrsSectorChangeApp.cpp.
std::string application::sectorToString | ( | const ScannerInfo::ResolutionMap & | sector | ) |
Definition at line 57 of file LdmrsSectorChangeApp.cpp.