33 [[nodiscard]]
static std::string
type()
void move(std::vector< T > &v, size_t sourceIdx, size_t targetIdx)
Moves an element within a vector to a new position.
Definition Vector.hpp:26
Parent class for all data transmitted over Flow pins.
Definition NodeData.hpp:27
static std::string type()
Returns the type of the data class.
Definition NodeData.hpp:44
IMU Observation storage class.
Definition StringObs.hpp:24
static std::string type()
Returns the type of the data class.
Definition StringObs.hpp:33
StringObs(std::string str)
Constructor.
Definition StringObs.hpp:28
static std::vector< std::string > parentTypes()
Returns the parent types of the data class.
Definition StringObs.hpp:40
std::string data
The string to transport.
Definition StringObs.hpp:46