Exemplo n.º 1
0
 def is_canceled(self):
     return _rclpy.rclpy_is_timer_canceled(self.timer_handle)
Exemplo n.º 2
0
 def is_canceled(self):
     with self.handle as capsule:
         return _rclpy.rclpy_is_timer_canceled(capsule)
Exemplo n.º 3
0
Arquivo: timer.py Projeto: ros2/rclpy
 def is_canceled(self):
     return _rclpy.rclpy_is_timer_canceled(self.timer_handle)