Class: Rclrb::Clock
- Inherits:
-
Object
- Object
- Rclrb::Clock
- Defined in:
- lib/rclrb/clock.rb
Overview
Represent a clock, instead of creating directly, use RosClock or SystemClock
Instance Attribute Summary collapse
-
#handle ⇒ Object
readonly
Returns the value of attribute handle.
Instance Method Summary collapse
-
#initialize(type) ⇒ Clock
constructor
A new instance of Clock.
Constructor Details
Instance Attribute Details
#handle ⇒ Object (readonly)
Returns the value of attribute handle.
5 6 7 |
# File 'lib/rclrb/clock.rb', line 5 def handle @handle end |