Python API
 All Classes Namespaces Functions Variables
plux.Event.Clock Class Reference

Event timestamp class. More...

Public Member Functions

def __init__
 

Public Attributes

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

Detailed Description

Event timestamp class.

Constructor & Destructor Documentation

def plux.Event.Clock.__init__ (   self)

Member Data Documentation

plux.Event.Clock.source

The source clock 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.