|
| | embObjIMU () |
| | This device implements the embObjIMU sensor.
|
| |
| | ~embObjIMU () |
| |
| virtual bool | open (yarp::os::Searchable &config) override |
| |
| virtual bool | close () override |
| |
| virtual size_t | getNrOfThreeAxisGyroscopes () const override |
| |
| virtual yarp::dev::MAS_status | getThreeAxisGyroscopeStatus (size_t sens_index) const override |
| |
| virtual bool | getThreeAxisGyroscopeName (size_t sens_index, std::string &name) const override |
| |
| virtual bool | getThreeAxisGyroscopeFrameName (size_t sens_index, std::string &frameName) const override |
| |
| virtual bool | getThreeAxisGyroscopeMeasure (size_t sens_index, yarp::sig::Vector &out, double ×tamp) const override |
| |
| virtual size_t | getNrOfThreeAxisLinearAccelerometers () const override |
| |
| virtual yarp::dev::MAS_status | getThreeAxisLinearAccelerometerStatus (size_t sens_index) const override |
| |
| virtual bool | getThreeAxisLinearAccelerometerName (size_t sens_index, std::string &name) const override |
| |
| virtual bool | getThreeAxisLinearAccelerometerFrameName (size_t sens_index, std::string &frameName) const override |
| |
| virtual bool | getThreeAxisLinearAccelerometerMeasure (size_t sens_index, yarp::sig::Vector &out, double ×tamp) const override |
| |
| virtual size_t | getNrOfThreeAxisMagnetometers () const override |
| |
| virtual yarp::dev::MAS_status | getThreeAxisMagnetometerStatus (size_t sens_index) const override |
| |
| virtual bool | getThreeAxisMagnetometerName (size_t sens_index, std::string &name) const override |
| |
| virtual bool | getThreeAxisMagnetometerFrameName (size_t sens_index, std::string &frameName) const override |
| |
| virtual bool | getThreeAxisMagnetometerMeasure (size_t sens_index, yarp::sig::Vector &out, double ×tamp) const override |
| |
| virtual size_t | getNrOfOrientationSensors () const override |
| |
| virtual yarp::dev::MAS_status | getOrientationSensorStatus (size_t sens_index) const override |
| |
| virtual bool | getOrientationSensorName (size_t sens_index, std::string &name) const override |
| |
| virtual bool | getOrientationSensorFrameName (size_t sens_index, std::string &frameName) const override |
| |
| virtual bool | getOrientationSensorMeasureAsRollPitchYaw (size_t sens_index, yarp::sig::Vector &rpy, double ×tamp) const override |
| |
| virtual bool | initialised () |
| |
| virtual eth::iethresType_t | type () |
| |
| virtual bool | update (eOprotID32_t id32, double timestamp, void *rxdata) |
| |
| virtual | ~IethResource () |
| |
| const char * | stringOfType () |
| |
| virtual bool | getEntityName (uint32_t entityId, std::string &entityName) |
| |
| virtual bool | getEncoderTypeName (uint32_t jomoId, eOmc_position_t pos, std::string &encoderTypeName) |
| |
Definition at line 44 of file embObjIMU.h.