16 #ifndef PSEN_SCAN_V2_STANDALONE_DEFAULT_PARAMETERS_H 17 #define PSEN_SCAN_V2_STANDALONE_DEFAULT_PARAMETERS_H 25 namespace configuration
54 #endif // PSEN_SCAN_V2_STANDALONE_DEFAULT_PARAMETERS_H static constexpr unsigned short DATA_PORT_OF_HOST_DEVICE
static constexpr double TIME_PER_SCAN_IN_S
static constexpr double degreeToRadian(const double &angle_in_degree)
static constexpr double DEFAULT_SCAN_ANGLE_RESOLUTION(data_conversion_layer::degreeToRadian(0.1))
static constexpr double RANGE_MAX_IN_M
static constexpr double DEFAULT_ANGLE_START(-data_conversion_layer::degreeToRadian(137.4))
Start angle of measurement.
static constexpr bool INTENSITIES
static constexpr unsigned short CONTROL_PORT_OF_HOST_DEVICE
static constexpr unsigned short CONTROL_PORT_OF_SCANNER_DEVICE
Root namespace in which the software components to communicate with the scanner (firmware-version: 2)...
static const std::string DEFAULT_HOST_IP_STRING
static constexpr double DEFAULT_ANGLE_END(data_conversion_layer::degreeToRadian(137.4))
End angle of measurement.
static const util::TenthOfDegree DEFAULT_ZONESET_ANGLE_STEP(5)
static constexpr bool DIAGNOSTICS
static constexpr bool FRAGMENTED_SCANS
static constexpr unsigned short DATA_PORT_OF_SCANNER_DEVICE
static constexpr double RANGE_MIN_IN_M
Helper class representing angles in tenth of degree.