![]() |
Python API
|
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. | |
Event timestamp class.
plux.Event.Clock.__init__ | ( | self | ) |
plux.Event.Clock.source |
The clock source for this timestamp as an integer.
The possible values for this attribute are defined in ClockSource.
plux.Event.Clock.value |
The timestamp value.
This attribute depends on the source
attribute, as defined in ClockSource.