|
Open Model Railroad Network (OpenMRN)
|
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. | |
Represents a repeated group.
Definition at line 376 of file VirtualMemorySpace.hxx.
| uint32_t openlcb::VirtualMemorySpace::RepeatElement::end_ |
Address byte after the last repeat.
Definition at line 383 of file VirtualMemorySpace.hxx.
| uint32_t openlcb::VirtualMemorySpace::RepeatElement::repeatSize_ |
Address bytes per repeat.
Definition at line 381 of file VirtualMemorySpace.hxx.
| uint32_t openlcb::VirtualMemorySpace::RepeatElement::start_ |
Offset of the repeated group (first repeat).
Definition at line 379 of file VirtualMemorySpace.hxx.