Class slamcore::EncoderListInterface¶
-
class slamcore::EncoderListInterface : public ObjectInterface¶
Representing a list of Encoder measurements.
Convenient access to measurement @a i.
-
inline const EncoderInterface &operator[](const std::size_t i) const¶
-
inline const EncoderInterface &operator()(const std::size_t i) const¶
-
inline const EncoderInterface &get(const std::size_t i) const¶
Public Types
-
using Ptr = std::shared_ptr<EncoderListInterface>¶
-
using CPtr = std::shared_ptr<const EncoderListInterface>¶
-
using value_type = EncoderInterface¶
-
using iterator = RangeIterator<EncoderListInterface>¶
Public Functions
-
inline virtual ObjectType type() const¶
Type of the object.
-
virtual ~EncoderListInterface() = default¶
-
inline const EncoderInterface &operator[](const std::size_t i) const¶