33 [[nodiscard]]
static std::string
type()
40 [[nodiscard]] std::string
getType()
const override {
return 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:28
static std::string type()
Returns the type of the data class.
Definition NodeData.hpp:45
IMU Observation storage class.
Definition StringObs.hpp:24
static std::string type()
Returns the type of the data class.
Definition StringObs.hpp:33
std::string getType() const override
Returns the type of the data class.
Definition StringObs.hpp:40
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:44
std::string data
The string to transport.
Definition StringObs.hpp:50