$darkmode
Public Member Functions | |
| DummySensor (const std::string &name, const DummySensorConf &conf, std::shared_ptr< ObjectSensor > obs) | |
| uint64_t | get_freq () const |
Public Member Functions inherited from cloe::NopObjectSensor | |
| const Objects & | sensed_objects () const override |
| const Frustum & | frustum () const override |
| const Eigen::Isometry3d & | mount_pose () const override |
| void | reset () override |
Public Member Functions inherited from cloe::ObjectSensor | |
| Json | active_state () const override |
Public Member Functions inherited from cloe::Component | |
| Component (const std::string &name, const std::string &description="") | |
| Component (std::string &&name, std::string &&description="") | |
| uint64_t | id () const |
| template<typename T > | |
| T * | as () |
| Duration | process (const Sync &sync) override |
| void | reset () override |
| void | abort () override |
Public Member Functions inherited from cloe::Model | |
| virtual | ~Model () noexcept=default |
| virtual Duration | resolution () const |
| virtual bool | is_connected () const |
| virtual bool | is_operational () const |
| virtual void | connect () |
| virtual void | disconnect () |
| virtual void | enroll (Registrar &) |
| virtual void | start (const Sync &) |
| virtual void | pause (const Sync &) |
| virtual void | resume (const Sync &) |
| virtual void | stop (const Sync &) |
Public Member Functions inherited from cloe::Entity | |
| Entity (const std::string &name) | |
| Entity (const std::string &name, const std::string &desc) | |
| std::string | name () const |
| void | set_name (const std::string &name) |
| std::string | description () const |
| void | set_description (const std::string &desc) |
Additional Inherited Members | |
Protected Member Functions inherited from cloe::Entity | |
| virtual Logger | logger () const |
Protected Attributes inherited from cloe::NopObjectSensor | |
| Frustum | frustum_ |
| Objects | objects_ |
| Eigen::Isometry3d | mount_ |
Protected Attributes inherited from cloe::Model | |
| bool | connected_ {false} |
| bool | operational_ {false} |
Protected Attributes inherited from cloe::Entity | |
| std::string | name_ |
| std::string | desc_ |