Python API
Loading...
Searching...
No Matches
plux.Event.Clock Class Reference

Event timestamp class. More...

Public Member Functions

 __init__ (self)
 

Public Attributes

 source
 The clock source for this timestamp as an integer.
 
 value
 The timestamp value.
 

Detailed Description

Event timestamp class.


Constructor & Destructor Documentation

◆ __init__()

plux.Event.Clock.__init__ (   self)

Member Data Documentation

◆ source

plux.Event.Clock.source

The clock source for this timestamp as an integer.

The possible values for this attribute are defined in ClockSource.

◆ value

plux.Event.Clock.value

The timestamp value.

This attribute depends on the source attribute, as defined in ClockSource.