Method: OpenC3::LincHandshakeCommand#got_your_handshake
- Defined in:
- lib/openc3/interfaces/linc_interface.rb
#got_your_handshake(handshake) ⇒ Object
381 382 383 384 |
# File 'lib/openc3/interfaces/linc_interface.rb', line 381 def got_your_handshake(handshake) @handshake = handshake @resource.signal end |