43 [[nodiscard]] std::string
type()
const override;
nlohmann::json json
json namespace
Definition FlowManager.hpp:21
Class to read out KVH Sensors.
Abstract Uart Sensor Class.
Abstract IMU Class.
Definition Imu.hpp:24
KVH Sensor Class.
Definition KvhSensor.hpp:24
bool initialize() override
Initialize the node.
void deinitialize() override
Deinitialize the node.
static std::string typeStatic()
String representation of the Class Type.
void guiConfig() override
ImGui config window which is shown on double click.
uint8_t _prevSequenceNumber
Previous Sequence number to check for order errors.
Definition KvhSensor.hpp:81
void restore(const json &j) override
Restores the node from a json object.
KvhSensor()
Default constructor.
static void asciiOrBinaryAsyncMessageReceived(void *userData, uart::protocol::Packet &p, size_t index)
Callback handler for notifications of new asynchronous data packets received.
KvhSensor & operator=(const KvhSensor &)=delete
Copy assignment operator.
KvhSensor(const KvhSensor &)=delete
Copy constructor.
KvhSensor & operator=(KvhSensor &&)=delete
Move assignment operator.
json save() const override
Saves the node into a json object.
std::string type() const override
String representation of the Class Type.
vendor::kvh::KvhUartSensor _sensor
Sensor Object.
Definition KvhSensor.hpp:78
static constexpr size_t OUTPUT_PORT_INDEX_KVH_OBS
Flow (KvhObs)
Definition KvhSensor.hpp:63
static std::string category()
String representation of the Class Category.
KvhSensor(KvhSensor &&)=delete
Move constructor.
bool resetNode() override
Resets the node. It is guaranteed that the node is initialized when this is called.
~KvhSensor() override
Destructor.
Abstract Uart Sensor Class.
Definition UartSensor.hpp:26
Class to read out KVH Sensors.
Definition KvhUartSensor.hpp:24