![]() |
0.3.0
|
Parent class for all data transmitted over Flow pins. More...
Public Member Functions | |
void | addEvent (const std::string &text) |
Adds the event to the list. | |
virtual std::vector< std::string > | dynamicDataDescriptors () const |
Returns a vector of data descriptors for the dynamic data. | |
const std::vector< std::string > & | events () const |
Returns a vector of string events associated with this data. | |
virtual std::vector< std::pair< std::string, double > > | getDynamicData () const |
Returns a vector of data descriptors and values for the dynamic data. | |
virtual std::optional< double > | getDynamicDataAt (const std::string &) const |
Get the value for the descriptor. | |
virtual std::string | getType () const |
Returns the type of the data class. | |
virtual std::optional< double > | getValueAt (size_t) const |
Get the value at the index. | |
double | getValueAtOrNaN (size_t idx) const |
Get the value at the index or NaN if not in the observation. | |
virtual void | guiTooltip (bool detailView, bool firstOpen, const char *displayName, const char *id, int *rootWindow) const |
Shows a GUI tooltip to look into details of the observation. | |
virtual bool | hasTooltip () const |
Return whether this data has a tooltip. | |
NodeData ()=default | |
Default constructor. | |
NodeData (const NodeData &)=default | |
Copy constructor. | |
NodeData (NodeData &&)=default | |
Move constructor. | |
NodeData & | operator= (const NodeData &)=default |
Copy assignment operator. | |
NodeData & | operator= (NodeData &&)=default |
Move assignment operator. | |
virtual bool | setDynamicDataAt (const std::string &, double) |
Set the value for the descriptor. | |
virtual bool | setValueAt (size_t, double) |
Set the value at the index. | |
virtual std::vector< std::string > | staticDataDescriptors () const |
Returns a vector of data descriptors. | |
virtual size_t | staticDescriptorCount () const |
Get the amount of descriptors. | |
virtual | ~NodeData ()=default |
Destructor. | |
Static Public Member Functions | |
static std::vector< std::string > | GetStaticDataDescriptors () |
Returns a vector of data descriptors. | |
static constexpr size_t | GetStaticDescriptorCount () |
Get the amount of descriptors. | |
static std::vector< std::string > | parentTypes () |
Returns the parent types of the data class. | |
static std::string | type () |
Returns the type of the data class. | |
Public Attributes | |
InsTime | insTime |
Time at which the message was received. | |
Protected Attributes | |
std::vector< std::string > | _events |
List of events. | |
Parent class for all data transmitted over Flow pins.
|
inline |
Adds the event to the list.
[in] | text | Event text |
|
inlinenodiscardvirtual |
Returns a vector of data descriptors for the dynamic data.
Reimplemented in NAV::DynamicData, NAV::GnssCombination, NAV::GnssObs, and NAV::SppSolution.
|
inlinenodiscardvirtual |
Returns a vector of data descriptors and values for the dynamic data.
Reimplemented in NAV::DynamicData, NAV::GnssCombination, NAV::GnssObs, and NAV::SppSolution.
|
inlinenodiscardvirtual |
Get the value for the descriptor.
Reimplemented in NAV::DynamicData, NAV::GnssCombination, NAV::GnssObs, and NAV::SppSolution.
|
inlinenodiscardvirtual |
Returns the type of the data class.
Reimplemented in NAV::DynamicData, NAV::EmlidObs, NAV::GnssCombination, NAV::GnssObs, NAV::ImuObs, NAV::ImuObsSimulated, NAV::ImuObsWDelta, NAV::InsGnssLCKFSolution, NAV::InsGnssTCKFSolution, NAV::KvhObs, NAV::Pos, NAV::PosVel, NAV::PosVelAtt, NAV::RtklibPosObs, NAV::SppSolution, NAV::StringObs, NAV::UartPacket, NAV::UbloxObs, NAV::VectorNavBinaryOutput, NAV::WiFiObs, and NAV::WiFiPositioningSolution.
|
inlinenodiscardvirtual |
Get the value at the index.
Reimplemented in NAV::ImuObs, NAV::ImuObsSimulated, NAV::ImuObsWDelta, NAV::InsGnssLCKFSolution, NAV::InsGnssTCKFSolution, NAV::KvhObs, NAV::Pos, NAV::PosVel, NAV::PosVelAtt, NAV::RtklibPosObs, NAV::SppSolution, NAV::VectorNavBinaryOutput, and NAV::WiFiPositioningSolution.
|
inlinenodiscard |
Get the value at the index or NaN if not in the observation.
idx | Index corresponding to data descriptor order |
|
inlinevirtual |
Shows a GUI tooltip to look into details of the observation.
[in] | detailView | Flag to show the detailed view |
[in] | firstOpen | Flag whether the tooltip is opened once |
[in] | displayName | Data identifier, can be used in dynamic data to identify the correct data |
[in] | id | Unique identifier |
[in] | rootWindow | Pointer to the root window opening the tooltip |
Reimplemented in NAV::DynamicData.
|
inlinenodiscardvirtual |
Return whether this data has a tooltip.
Reimplemented in NAV::DynamicData.
|
inlinestaticnodiscard |
Returns the parent types of the data class.
|
inlinenodiscardvirtual |
Set the value for the descriptor.
|
inlinenodiscardvirtual |
Set the value at the index.
Reimplemented in NAV::ImuObs, NAV::ImuObsSimulated, NAV::ImuObsWDelta, NAV::Pos, NAV::PosVel, and NAV::PosVelAtt.
|
inlinenodiscardvirtual |
Returns a vector of data descriptors.
Reimplemented in NAV::ImuObs, NAV::ImuObsSimulated, NAV::ImuObsWDelta, NAV::InsGnssLCKFSolution, NAV::InsGnssTCKFSolution, NAV::KvhObs, NAV::Pos, NAV::PosVel, NAV::PosVelAtt, NAV::RtklibPosObs, NAV::SppSolution, NAV::VectorNavBinaryOutput, and NAV::WiFiPositioningSolution.
|
inlinenodiscardvirtual |
Get the amount of descriptors.
Reimplemented in NAV::ImuObs, NAV::ImuObsSimulated, NAV::ImuObsWDelta, NAV::InsGnssTCKFSolution, NAV::KvhObs, NAV::Pos, NAV::PosVel, NAV::PosVelAtt, NAV::RtklibPosObs, NAV::SppSolution, NAV::VectorNavBinaryOutput, and NAV::WiFiPositioningSolution.
|
inlinestaticnodiscard |
Returns the type of the data class.