Class ImuIdentificationDataProvider
Defined in File imu_identification_data_provider.h
Inheritance Relationships
Base Type
public adi_imu::ImuIdentificationDataProviderInterface
(Class ImuIdentificationDataProviderInterface)
Class Documentation
-
class ImuIdentificationDataProvider : public adi_imu::ImuIdentificationDataProviderInterface
Class for identification data provider.
Public Functions
-
ImuIdentificationDataProvider()
Constructor for ImuIdentificationDataProvider.
-
~ImuIdentificationDataProvider()
Destructor for ImuIdentificationDataProvider.
-
virtual bool getData(adi_imu::msg::ImuIdentificationData &message) override
Populate ImuIdentificationData message with identification data.
- Parameters:
message – Message containing the identification data.
- Returns:
Return true if the message parameter is successfully populated with identification data and false otherwise.
-
ImuIdentificationDataProvider()