#include <IMU.hpp>

Public Member Functions | |
| void | enableFirmwareUpdate (bool enable) |
| void | enableIMUSensor (const std::vector< IMUSensor > &sensors, uint32_t reportRate) |
| void | enableIMUSensor (const std::vector< IMUSensorConfig > &sensorConfigs) |
| void | enableIMUSensor (IMUSensor sensor, uint32_t reportRate) |
| void | enableIMUSensor (IMUSensorConfig sensorConfig) |
| std::int32_t | getBatchReportThreshold () const |
| std::int32_t | getMaxBatchReports () const |
| IMU (const std::shared_ptr< PipelineImpl > &par, int64_t nodeId) | |
| IMU (const std::shared_ptr< PipelineImpl > &par, int64_t nodeId, std::unique_ptr< Properties > props) | |
| void | setBatchReportThreshold (std::int32_t batchReportThreshold) |
| void | setMaxBatchReports (std::int32_t maxBatchReports) |
Public Member Functions inherited from dai::NodeCRTP< Node, IMU, IMUProperties > | |
| std::unique_ptr< Node > | clone () const override |
| const char * | getName () const override |
Public Member Functions inherited from dai::Node | |
| virtual std::unique_ptr< Node > | clone () const =0 |
| Deep copy the node. More... | |
| AssetManager & | getAssetManager () |
| Get node AssetManager as a reference. More... | |
| const AssetManager & | getAssetManager () const |
| Get node AssetManager as a const reference. More... | |
| std::vector< Input * > | getInputRefs () |
| Retrieves reference to node inputs. More... | |
| std::vector< const Input * > | getInputRefs () const |
| Retrieves reference to node inputs. More... | |
| std::vector< Input > | getInputs () |
| Retrieves all nodes inputs. More... | |
| virtual const char * | getName () const =0 |
| Retrieves nodes name. More... | |
| std::vector< Output * > | getOutputRefs () |
| Retrieves reference to node outputs. More... | |
| std::vector< const Output * > | getOutputRefs () const |
| Retrieves reference to node outputs. More... | |
| std::vector< Output > | getOutputs () |
| Retrieves all nodes outputs. More... | |
| Pipeline | getParentPipeline () |
| const Pipeline | getParentPipeline () const |
| Node (const std::shared_ptr< PipelineImpl > &p, Id nodeId, std::unique_ptr< Properties > props) | |
| Constructs Node. More... | |
| virtual | ~Node ()=default |
Public Attributes | |
| Output | out {*this, "out", Output::Type::MSender, {{DatatypeEnum::IMUData, false}}} |
Public Attributes inherited from dai::NodeCRTP< Node, IMU, IMUProperties > | |
| Properties & | properties |
| Underlying properties. More... | |
Public Attributes inherited from dai::Node | |
| const Id | id |
| Id of node. More... | |
| Properties & | properties |
Static Public Attributes | |
| constexpr static const char * | NAME = "IMU" |
Additional Inherited Members | |
Public Types inherited from dai::NodeCRTP< Node, IMU, IMUProperties > | |
| using | Properties = IMUProperties |
Public Types inherited from dai::Node | |
| using | Id = std::int64_t |
| Node identificator. Unique for every node on a single Pipeline. More... | |
Protected Member Functions inherited from dai::Node | |
| virtual Properties & | getProperties () |
| virtual tl::optional< OpenVINO::Version > | getRequiredOpenVINOVersion () |
| void | setInputMapRefs (InputMap *inMapRef) |
| void | setInputMapRefs (std::initializer_list< InputMap * > l) |
| void | setInputRefs (Input *inRef) |
| void | setInputRefs (std::initializer_list< Input * > l) |
| void | setOutputMapRefs (OutputMap *outMapRef) |
| void | setOutputMapRefs (std::initializer_list< OutputMap * > l) |
| void | setOutputRefs (Output *outRef) |
| void | setOutputRefs (std::initializer_list< Output * > l) |
Protected Attributes inherited from dai::Node | |
| AssetManager | assetManager |
| std::unordered_map< std::string, InputMap * > | inputMapRefs |
| std::unordered_map< std::string, Input * > | inputRefs |
| std::unordered_map< std::string, OutputMap * > | outputMapRefs |
| std::unordered_map< std::string, Output * > | outputRefs |
| std::weak_ptr< PipelineImpl > | parent |
| copyable_unique_ptr< Properties > | propertiesHolder |
| dai::node::IMU::IMU | ( | const std::shared_ptr< PipelineImpl > & | par, |
| int64_t | nodeId | ||
| ) |
| dai::node::IMU::IMU | ( | const std::shared_ptr< PipelineImpl > & | par, |
| int64_t | nodeId, | ||
| std::unique_ptr< Properties > | props | ||
| ) |
| void dai::node::IMU::enableIMUSensor | ( | const std::vector< IMUSensor > & | sensors, |
| uint32_t | reportRate | ||
| ) |
| void dai::node::IMU::enableIMUSensor | ( | const std::vector< IMUSensorConfig > & | sensorConfigs | ) |
| void dai::node::IMU::enableIMUSensor | ( | IMUSensor | sensor, |
| uint32_t | reportRate | ||
| ) |
| void dai::node::IMU::enableIMUSensor | ( | IMUSensorConfig | sensorConfig | ) |
| std::int32_t dai::node::IMU::getBatchReportThreshold | ( | ) | const |
| std::int32_t dai::node::IMU::getMaxBatchReports | ( | ) | const |
| void dai::node::IMU::setBatchReportThreshold | ( | std::int32_t | batchReportThreshold | ) |
| void dai::node::IMU::setMaxBatchReports | ( | std::int32_t | maxBatchReports | ) |
|
staticconstexpr |
| Output dai::node::IMU::out {*this, "out", Output::Type::MSender, {{DatatypeEnum::IMUData, false}}} |