Regilo
A simple C++ library for controlling the Neato XV robot and the Hokuyo scanner.
regilo::ScanRecord Member List

This is the complete list of members for regilo::ScanRecord, including all inherited members.

angleregilo::ScanRecord
distanceregilo::ScanRecord
errorregilo::ScanRecord
errorCoderegilo::ScanRecord
idregilo::ScanRecord
intensityregilo::ScanRecord
operator<<(std::ostream &out, const ScanRecord &record)regilo::ScanRecordfriend
ScanRecord()=defaultregilo::ScanRecord
ScanRecord(int id, double angle, double distance, int intensity, int errorCode, bool error=false)regilo::ScanRecord