blob: e706f176a56c27fd852af1e89723f51989ac8a4d [file] [log] [blame]
/*
* Contributors:
* Michael Josenhans
*/
module IsobusMessageTypes {
type integer INT24nb (0..16777215) with { variant "FIELDLENGTH(24), COMP(nosign), BYTEORDER(last)" };
type INT24nb PGN
type bitstring BIT21 length(21) with { variant "FIELDLENGTH(21)" };
type integer INT2 (0..65535)
with { variant "FIELDLENGTH(16)" };
type integer INT3 (0..16777215)
with { variant "FIELDLENGTH(24)" };
}
with { encode "RAW" }