class IAmCamera

Defined in:

6_speed_daemon.cr

Constant Summary

ENDIAN = ["big"]
KLASS_NAME = [IAmCamera]
PARTS = [{type: "basic", name: type, cls: UInt8, onlyif: nil, verify: nil, value: nil}, {type: "basic", name: road, cls: UInt16, onlyif: nil, verify: nil, value: nil}, {type: "basic", name: mile, cls: UInt16, onlyif: nil, verify: nil, value: nil}, {type: "basic", name: limit, cls: UInt16, onlyif: nil, verify: nil, 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 limit : UInt16 #

def limit=(limit : UInt16) #

def mile : UInt16 #

def mile=(mile : UInt16) #

def road : UInt16 #

def road=(road : 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 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]