chronon::observe::TimelineTrackInfo
Metadata for one declared timeline track (lane group or counter).
#include <TimelineApi.hpp>
Public Types
| Name | |
|---|---|
| enum class uint8_t | Kind { Lane = 0, Counter = 1} |
Public Attributes
| Name | |
|---|---|
| std::string | unit Counter unit string (Counter kind only). |
| uint16_t | source_id Owning unit in the source-name registry. |
| std::string | name |
| uint16_t | lanes Declared sub-lane count (Lane kind; 1 = single track). |
| Kind | kind |
Public Types Documentation
enum Kind
| Enumerator | Value | Description |
|---|---|---|
| Lane | 0 | |
| Counter | 1 |
Public Attributes Documentation
variable unit
std::string unit;
Counter unit string (Counter kind only).
variable source_id
uint16_t source_id;
Owning unit in the source-name registry.
variable name
std::string name;
variable lanes
uint16_t lanes;
Declared sub-lane count (Lane kind; 1 = single track).
variable kind
Kind kind;
Updated on 2026-06-12 at 09:16:39 +0000