class Novika::ImagePayload::Ver
- Novika::ImagePayload::Ver
- BinData
- Reference
- Object
Overview
Holds information about Novika version the image was written with.
Defined in:
novika/image.crConstant Summary
-
ENDIAN =
["big"]
-
Holds information about Novika version the image was written with.
-
KLASS_NAME =
[Novika::ImagePayload::Ver]
-
Holds information about Novika version the image was written with.
-
PARTS =
[{type: "basic", name: rev, cls: UInt8, onlyif: nil, verify: nil, value: nil}, {type: "basic", name: subrev, cls: UInt8, onlyif: nil, verify: nil, value: -> do SUBREV end}, {type: "basic", name: yearly, cls: UInt8, onlyif: nil, verify: nil, value: -> do YEARLY end}, {type: "basic", name: monthly, cls: UInt8, onlyif: nil, verify: nil, value: -> do MONTHLY end}] of Nil
-
Holds information about Novika version the image was written with.
-
REMAINING =
[] of Nil
-
Holds information about Novika version the image was written with.
Class Method Summary
-
.bit_fields
Holds information about Novika version the image was written with.
Macro Summary
-
novika_block_pool(name, onlyif = nil, verify = nil, value = nil)
Holds information about Novika version the image was written with.
-
novika_block_ref_snapshot(name, onlyif = nil, verify = nil, value = nil)
Holds information about Novika version the image was written with.
-
novika_boolean_snapshot(name, onlyif = nil, verify = nil, value = nil)
Holds information about Novika version the image was written with.
-
novika_builtin_snapshot(name, onlyif = nil, verify = nil, value = nil)
Holds information about Novika version the image was written with.
-
novika_byteslice_snapshot(name, onlyif = nil, verify = nil, value = nil)
Holds information about Novika version the image was written with.
-
novika_color_snapshot(name, onlyif = nil, verify = nil, value = nil)
Holds information about Novika version the image was written with.
-
novika_frozen_block(name, onlyif = nil, verify = nil, value = nil)
Holds information about Novika version the image was written with.
-
novika_frozen_block_dict(name, onlyif = nil, verify = nil, value = nil)
Holds information about Novika version the image was written with.
-
novika_frozen_block_friends(name, onlyif = nil, verify = nil, value = nil)
Holds information about Novika version the image was written with.
-
novika_frozen_block_tape(name, onlyif = nil, verify = nil, value = nil)
Holds information about Novika version the image was written with.
-
novika_frozen_entry(name, onlyif = nil, verify = nil, value = nil)
Holds information about Novika version the image was written with.
-
novika_image_payload(name, onlyif = nil, verify = nil, value = nil)
Holds information about Novika version the image was written with.
-
novika_image_payload_capability_id(name, onlyif = nil, verify = nil, value = nil)
Holds information about Novika version the image was written with.
-
novika_image_payload_ver(name, onlyif = nil, verify = nil, value = nil)
Holds information about Novika version the image was written with.
-
novika_large_decimal_snapshot(name, onlyif = nil, verify = nil, value = nil)
Holds information about Novika version the image was written with.
-
novika_quote_snapshot(name, onlyif = nil, verify = nil, value = nil)
Holds information about Novika version the image was written with.
-
novika_quoted_word_snapshot(name, onlyif = nil, verify = nil, value = nil)
Holds information about Novika version the image was written with.
-
novika_small_decimal_snapshot(name, onlyif = nil, verify = nil, value = nil)
Holds information about Novika version the image was written with.
-
novika_snapshot(name, onlyif = nil, verify = nil, value = nil)
Holds information about Novika version the image was written with.
-
novika_typed_snapshot(name, onlyif = nil, verify = nil, value = nil)
Holds information about Novika version the image was written with.
-
novika_word_snapshot(name, onlyif = nil, verify = nil, value = nil)
Holds information about Novika version the image was written with.
Instance Method Summary
- #__format__ : IO::ByteFormat
-
#monthly : UInt8
Montly version increment:
-
#monthly=(monthly : UInt8)
Montly version increment:
-
#parent
Group fields might need access to data in the parent
-
#parent=(parent : Novika::ImagePayload | Nil)
Group fields might need access to data in the parent
-
#rev : UInt8
Revision number (this is revision 10).
-
#rev=(rev : UInt8)
Revision number (this is revision 10).
-
#subrev : UInt8
Subrevision (release) increment:
-
#subrev=(subrev : UInt8)
Subrevision (release) increment:
-
#yearly : UInt8
Yearly version increment:
-
#yearly=(yearly : UInt8)
Yearly version increment:
Class Method Detail
Macro Detail
Holds information about Novika version the image was written with.
Holds information about Novika version the image was written with.
Holds information about Novika version the image was written with.
Holds information about Novika version the image was written with.
Holds information about Novika version the image was written with.
Holds information about Novika version the image was written with.
Holds information about Novika version the image was written with.
Holds information about Novika version the image was written with.
Holds information about Novika version the image was written with.
Holds information about Novika version the image was written with.
Holds information about Novika version the image was written with.
Holds information about Novika version the image was written with.
Holds information about Novika version the image was written with.
Holds information about Novika version the image was written with.
Holds information about Novika version the image was written with.
Holds information about Novika version the image was written with.
Holds information about Novika version the image was written with.
Holds information about Novika version the image was written with.
Holds information about Novika version the image was written with.
Holds information about Novika version the image was written with.
Holds information about Novika version the image was written with.
Instance Method Detail
Group fields might need access to data in the parent