| 
|   | MOCK_METHOD (rclcpp::Time, now,(),(const, override)) | 
|   | 
|   | MOCK_METHOD (void, createJointStateSubscription,(const std::string &topic, planning_scene_monitor::JointStateUpdateCallback callback),(override)) | 
|   | 
|   | MOCK_METHOD (void, resetJointStateSubscription,(),(override)) | 
|   | 
|   | MOCK_METHOD (std::string, getJointStateTopicName,(),(const, override)) | 
|   | 
|   | MOCK_METHOD (bool, sleepFor,(const std::chrono::nanoseconds &nanoseconds),(const, override)) | 
|   | 
|   | MOCK_METHOD (bool, ok,(),(const, override)) | 
|   | 
|   | MOCK_METHOD (void, createStaticTfSubscription,(TfCallback callback),(override)) | 
|   | 
|   | MOCK_METHOD (void, createDynamicTfSubscription,(TfCallback callback),(override)) | 
|   | 
|   | MOCK_METHOD (std::string, getStaticTfTopicName,(),(const, override)) | 
|   | 
|   | MOCK_METHOD (std::string, getDynamicTfTopicName,(),(const, override)) | 
|   | 
|   | MOCK_METHOD (void, resetTfSubscriptions,(),(override)) | 
|   | 
  Public Member Functions inherited from planning_scene_monitor::CurrentStateMonitor::MiddlewareHandle | 
| virtual  | ~MiddlewareHandle ()=default | 
|   | Destroys the object.  More...
  | 
|   | 
| virtual rclcpp::Time  | now () const =0 | 
|   | Get the current time.  More...
  | 
|   | 
| virtual void  | createJointStateSubscription (const std::string &topic, JointStateUpdateCallback callback)=0 | 
|   | Creates a joint state subscription.  More...
  | 
|   | 
| virtual void  | createStaticTfSubscription (TfCallback callback)=0 | 
|   | Creates a static transform message subscription.  More...
  | 
|   | 
| virtual void  | createDynamicTfSubscription (TfCallback callback)=0 | 
|   | Creates a dynamic transform message subscription.  More...
  | 
|   | 
| virtual void  | resetJointStateSubscription ()=0 | 
|   | Reset the joint state subscription.  More...
  | 
|   | 
| virtual std::string  | getJointStateTopicName () const =0 | 
|   | Get the joint state topic name.  More...
  | 
|   | 
| virtual bool  | sleepFor (const std::chrono::nanoseconds &nanoseconds) const =0 | 
|   | Block for the specified amount of time.  More...
  | 
|   | 
| virtual bool  | ok () const =0 | 
|   | Uses rclcpp::ok to check the context status.  More...
  | 
|   | 
| virtual std::string  | getStaticTfTopicName () const =0 | 
|   | Get the static transform topic name.  More...
  | 
|   | 
| virtual std::string  | getDynamicTfTopicName () const =0 | 
|   | Get the dynamic transform topic name.  More...
  | 
|   | 
| virtual void  | resetTfSubscriptions ()=0 | 
|   | Reset the static & dynamic transform subscriptions.  More...
  | 
|   |