chronon::observe::TimelineTrackInfo
Metadata for one declared timeline lane group.
#include <TimelineApi.hpp>
Public Types
| Name | |
|---|---|
| enum class uint8_t | Layout { Pipeline = 1, Normal = 0} |
Public Attributes
| Name | |
|---|---|
| uint16_t | source_id Owning unit in the source-name registry. |
| std::string | name |
| Layout | layout |
| uint16_t | lanes Declared sub-lane count (1 = single track). |
Public Types Documentation
enum Layout
| Enumerator | Value | Description |
|---|---|---|
| Pipeline | 1 | |
| Normal | 0 |
Public Attributes Documentation
variable source_id
uint16_t source_id;
Owning unit in the source-name registry.
variable name
std::string name;
variable layout
Layout layout = Layout::Normal;
variable lanes
uint16_t lanes;
Declared sub-lane count (1 = single track).
Updated on 2026-07-23 at 16:24:33 +0000