Method: LS4::FaultList#from_msgpack
- Defined in:
- lib/ls4/logic/fault_detector.rb
#from_msgpack(msg) ⇒ Object
46 47 48 49 50 |
# File 'lib/ls4/logic/fault_detector.rb', line 46 def from_msgpack(msg) @fault_nids = msg on_change self end |