class IAmDispatcher

Defined in:

6_speed_daemon.cr

Constant Summary

ENDIAN = ["big"]
KLASS_NAME = [IAmDispatcher]
PARTS = [{type: "basic", name: type, cls: UInt8, onlyif: nil, verify: nil, value: nil}, {type: "basic", name: numroads, cls: UInt8, onlyif: nil, verify: nil, value: nil}, {type: "array", name: roads, cls: UInt16, onlyif: nil, verify: nil, length: -> do numroads end, value: nil}] of Nil
REMAINING = [] of Nil

Class Method Summary

Instance Method Summary

Macro Summary

Class Method Detail

def self.bit_fields #

[View source]

Instance Method Detail

def __format__ : IO::ByteFormat #

[View source]
def numroads : UInt8 #

def numroads=(numroads : UInt8) #

def roads : Array(UInt16) #

def roads=(roads : Array(UInt16)) #

def type : UInt8 #

def type=(type : UInt8) #

Macro Detail

macro data(name, onlyif = nil, verify = nil, value = nil) #

[View source]
macro error(name, onlyif = nil, verify = nil, value = nil) #

[View source]
macro heartbeat(name, onlyif = nil, verify = nil, value = nil) #

[View source]
macro i_am_camera(name, onlyif = nil, verify = nil, value = nil) #

[View source]
macro i_am_dispatcher(name, onlyif = nil, verify = nil, value = nil) #

[View source]
macro plate(name, onlyif = nil, verify = nil, value = nil) #

[View source]
macro response(name, onlyif = nil, verify = nil, value = nil) #

[View source]
macro ticket(name, onlyif = nil, verify = nil, value = nil) #

[View source]
macro want_heartbeat(name, onlyif = nil, verify = nil, value = nil) #

[View source]