26 [[nodiscard]]
static std::string
type()
28 return "InsGnssTCKFSolution";
45 desc.emplace_back(
"Receiver clock offset [m]");
46 desc.emplace_back(
"Receiver clock drift [m/s]");
47 desc.emplace_back(
"Receiver clock offset [s]");
48 desc.emplace_back(
"Receiver clock drift [s/s]");
64 [[nodiscard]] std::optional<double>
getValueAt(
size_t idx)
const override
#define INS_ASSERT(_EXPR)
Assert function wrapper.
Definition Assert.h:19
Loosely-coupled Kalman Filter INS/GNSS errors.
Constants.
Definition Constants.hpp:26
Loosely-coupled Kalman Filter INS/GNSS errors.
Definition InsGnssLCKFSolution.hpp:25
static std::vector< std::string > GetStaticDataDescriptors()
Returns a vector of data descriptors.
Definition InsGnssLCKFSolution.hpp:44
static std::string type()
Returns the type of the data class.
Definition InsGnssLCKFSolution.hpp:29
std::optional< double > getValueAt(size_t idx) const override
Get the value at the index.
Definition InsGnssLCKFSolution.hpp:84
static std::vector< std::string > parentTypes()
Returns the parent types of the data class.
Definition InsGnssLCKFSolution.hpp:36
Tightly-coupled Kalman Filter INS/GNSS errors.
Definition InsGnssTCKFSolution.hpp:22
static std::vector< std::string > GetStaticDataDescriptors()
Returns a vector of data descriptors.
Definition InsGnssTCKFSolution.hpp:41
static constexpr size_t GetStaticDescriptorCount()
Get the amount of descriptors.
Definition InsGnssTCKFSolution.hpp:53
static std::string type()
Returns the type of the data class.
Definition InsGnssTCKFSolution.hpp:26
double recvClkDrift
δϱ_dot The receiver clock drift in [m/s]
Definition InsGnssTCKFSolution.hpp:158
std::vector< std::string > staticDataDescriptors() const override
Returns a vector of data descriptors.
Definition InsGnssTCKFSolution.hpp:56
double recvClkOffset
δϱ The receiver clock offset in [m]
Definition InsGnssTCKFSolution.hpp:155
static std::vector< std::string > parentTypes()
Returns the parent types of the data class.
Definition InsGnssTCKFSolution.hpp:33
std::optional< double > getValueAt(size_t idx) const override
Get the value at the index.
Definition InsGnssTCKFSolution.hpp:64
size_t staticDescriptorCount() const override
Get the amount of descriptors.
Definition InsGnssTCKFSolution.hpp:59