Open Model Railroad Network (OpenMRN)
Loading...
Searching...
No Matches
openlcb::VirtualMemorySpace::RepeatElement Struct Reference

Represents a repeated group. More...

Public Attributes

uint32_t start_
 Offset of the repeated group (first repeat).
 
uint32_t repeatSize_
 Address bytes per repeat.
 
uint32_t end_
 Address byte after the last repeat.
 

Detailed Description

Represents a repeated group.

Definition at line 376 of file VirtualMemorySpace.hxx.

Member Data Documentation

◆ end_

uint32_t openlcb::VirtualMemorySpace::RepeatElement::end_

Address byte after the last repeat.

Definition at line 383 of file VirtualMemorySpace.hxx.

◆ repeatSize_

uint32_t openlcb::VirtualMemorySpace::RepeatElement::repeatSize_

Address bytes per repeat.

Definition at line 381 of file VirtualMemorySpace.hxx.

◆ start_

uint32_t openlcb::VirtualMemorySpace::RepeatElement::start_

Offset of the repeated group (first repeat).

Definition at line 379 of file VirtualMemorySpace.hxx.


The documentation for this struct was generated from the following file: