| 78 | { |
| 79 | |
| 80 | Dimension::IdList dimensions() |
| 81 | { |
| 82 | using namespace Dimension; |
| 83 | |
| 84 | return IdList { Id::OffsetTime, Id::Y, Id::X, Id::Z, Id::StartPulse, |
| 85 | Id::ReflectedPulse, Id::Azimuth, Id::Pitch, Id::Roll, Id::Pdop, |
| 86 | Id::PulseWidth, Id::GpsTime }; |
| 87 | } |
| 88 | |
| 89 | } // unnamed namespace |
| 90 |
no outgoing calls
no test coverage detected