Method: OpenC3::InterfaceThread#fatal_exception_callback

Defined in:
lib/openc3/tools/cmd_tlm_server/interface_thread.rb

#fatal_exception_callback#call(Exception)

Returns Callback which is called if the InterfaceThread dies for any reason.

Returns:

  • (#call(Exception))

    Callback which is called if the InterfaceThread dies for any reason.



42
43
44
# File 'lib/openc3/tools/cmd_tlm_server/interface_thread.rb', line 42

def fatal_exception_callback
  @fatal_exception_callback
end