Skip to main content

chronon::observe::TimelineTrackInfo

Metadata for one declared timeline track (lane group or counter).

#include <TimelineApi.hpp>

Public Types

Name
enum class uint8_tKind { Lane = 0, Counter = 1}

Public Attributes

Name
std::stringunit
Counter unit string (Counter kind only).
uint16_tsource_id
Owning unit in the source-name registry.
std::stringname
uint16_tlanes
Declared sub-lane count (Lane kind; 1 = single track).
Kindkind

Public Types Documentation

enum Kind

EnumeratorValueDescription
Lane0
Counter1

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