|
iCub-main
|
#include "diagnosticLowLevelFormatter_hid.h"#include "diagnosticLowLevelFormatter.h"#include "EoBoards.h"#include "embot_core_binary.h"#include "serviceParser.h"#include <yarp/os/Time.h>#include <algorithm>#include <sstream>#include <iomanip>
Include dependency graph for diagnosticInfoParsers.cpp:Go to the source code of this file.
Variables | |
| constexpr uint32_t | iCubDegreesPerRevolution = 65536 |
| constexpr uint32_t | degreesPerRevolution = 360 |
| constexpr float | iCubDegreesToDegreesFactor = static_cast<float>(degreesPerRevolution) / static_cast<float>(iCubDegreesPerRevolution) |
| constexpr float | degreesToICubDegreesFactor = static_cast<float>(iCubDegreesPerRevolution) / static_cast<float>(degreesPerRevolution) |
|
constexpr |
Definition at line 23 of file diagnosticInfoParsers.cpp.
|
constexpr |
Definition at line 25 of file diagnosticInfoParsers.cpp.
|
constexpr |
Definition at line 22 of file diagnosticInfoParsers.cpp.
|
constexpr |
Definition at line 24 of file diagnosticInfoParsers.cpp.