#include <Scan.h>
Public Member Functions | |
| Raymm () | |
| Default constructor. | |
| Raymm (UCoordmm r, Ang2Pim b, bool v) | |
| UCoordmm constructor. | |
| Raymm (const Raymm &r) | |
| Copy constructor. | |
| Raymm & | operator= (const Raymm &r) |
| Assigment operator =. | |
| bool | operator== (const Raymm &a) const |
| Compound operator ==. | |
| bool | operator!= (const Raymm &other) const |
| Compound operator !=. | |
| UCoordmm | reading () |
| Get the reading. | |
| Ang2Pim | bearing () |
| Get the bearing. | |
| bool | valid () |
| Get the validity boolean. | |
| void | setValid (bool v) |
| Set the validity boolean. | |
| string | print () |
| Print function. | |
Friends | |
| class | boost::serialization::access |
| Raymm::Raymm | ( | ) | [inline] |
Default constructor.
| Raymm::Raymm | ( | const Raymm & | r | ) | [inline] |
Copy constructor.
| bool Raymm::operator== | ( | const Raymm & | a | ) | const [inline] |
Compound operator ==.
| bool Raymm::operator!= | ( | const Raymm & | other | ) | const [inline] |
Compound operator !=.
| UCoordmm Raymm::reading | ( | ) | [inline] |
Get the reading.
| Ang2Pim Raymm::bearing | ( | ) | [inline] |
Get the bearing.
| bool Raymm::valid | ( | ) | [inline] |
Get the validity boolean.
| void Raymm::setValid | ( | bool | v | ) | [inline] |
Set the validity boolean.
| string Raymm::print | ( | void | ) | [inline] |
Print function.
friend class boost::serialization::access [friend] |
1.5.6