Module: Pio::MessageTypeSelector
Overview
Macros for defining message types.
Instance Method Summary collapse
Instance Method Details
#message_type(options) ⇒ Object
8 9 10 |
# File 'lib/pio/message_type_selector.rb', line 8 def () const_set(:MESSAGE_TYPE, ) end |
#read(raw_data) ⇒ Object
12 13 14 15 16 17 |
# File 'lib/pio/message_type_selector.rb', line 12 def read(raw_data) parsed = const_get(:Format).read(raw_data) const_get(:MESSAGE_TYPE)[parsed.].create_from parsed rescue raise Pio::ParseError, $ERROR_INFO. end |