#include "WeArtCommon.h"
#include <string>
#include <vector>
#include <cassert>
#include <map>
#include "nlohmann/json.hpp"
Go to the source code of this file.
◆ ActuationPointToString()
std::string ActuationPointToString |
( |
ActuationPoint |
ap | ) |
|
◆ CalibrationHandSideToString()
std::string CalibrationHandSideToString |
( |
HandSide |
hs | ) |
|
◆ HandsideToString()
std::string HandsideToString |
( |
HandSide |
hs | ) |
|
◆ MiddlewareStatusToString()
◆ StringToActuationPoint()
ActuationPoint StringToActuationPoint |
( |
std::string & |
str | ) |
|
◆ StringToCalibrationHandSide()
HandSide StringToCalibrationHandSide |
( |
std::string & |
str | ) |
|
◆ StringToTrackingType()
TrackingType StringToTrackingType |
( |
const std::string & |
str | ) |
|
◆ TrackingTypeToString()