Skip to content

Class mediapipe::Timestamp

ClassList > mediapipe > Timestamp

Public Static Attributes

Type Name
constexpr double kTimestampUnitsPerSecond = 1000000.0

Public Functions

Type Name
std::string DebugString () const
bool HasNextAllowedInStream () const
bool IsAllowedInStream () const
bool IsRangeValue () const
bool IsSpecialValue () const
int64_t Microseconds () const
Timestamp NextAllowedInStream () const
Timestamp PreviousAllowedInStream () const
double Seconds () const
Timestamp ()
Timestamp (int64_t timestamp)
Timestamp (TimestampBaseType timestamp)
int64_t Value () const
bool operator!= (const Timestamp other) const
Timestamp operator+ (const TimestampDiff other) const
Timestamp operator++ ()
Timestamp operator++ (int)
Timestamp operator+= (const TimestampDiff other)
TimestampDiff operator- (const Timestamp other) const
Timestamp operator- (const TimestampDiff other) const
Timestamp operator-- ()
Timestamp operator-- (int)
Timestamp operator-= (const TimestampDiff other)
bool operator< (const Timestamp other) const
bool operator<= (const Timestamp other) const
bool operator== (const Timestamp other) const
bool operator> (const Timestamp other) const
bool operator>= (const Timestamp other) const

Public Static Functions

Type Name
Timestamp CreateNoErrorChecking (int64_t timestamp)
Timestamp Done ()
Timestamp FromSeconds (double seconds)
Timestamp Max ()
Timestamp Min ()
Timestamp OneOverPostStream ()
Timestamp PostStream ()
Timestamp PreStream ()
Timestamp Unset ()
Timestamp Unstarted ()

Public Static Attributes Documentation

variable kTimestampUnitsPerSecond

constexpr double mediapipe::Timestamp::kTimestampUnitsPerSecond;

Public Functions Documentation

function DebugString

std::string mediapipe::Timestamp::DebugString () const

function HasNextAllowedInStream

bool mediapipe::Timestamp::HasNextAllowedInStream () const

function IsAllowedInStream

inline bool mediapipe::Timestamp::IsAllowedInStream () const

function IsRangeValue

inline bool mediapipe::Timestamp::IsRangeValue () const

function IsSpecialValue

inline bool mediapipe::Timestamp::IsSpecialValue () const

function Microseconds

inline int64_t mediapipe::Timestamp::Microseconds () const

function NextAllowedInStream

Timestamp mediapipe::Timestamp::NextAllowedInStream () const

function PreviousAllowedInStream

Timestamp mediapipe::Timestamp::PreviousAllowedInStream () const

function Seconds

inline double mediapipe::Timestamp::Seconds () const

function Timestamp [1/3]

inline mediapipe::Timestamp::Timestamp () 

function Timestamp [2/3]

inline explicit mediapipe::Timestamp::Timestamp (
    int64_t timestamp
) 

function Timestamp [3/3]

inline explicit mediapipe::Timestamp::Timestamp (
    TimestampBaseType timestamp
) 

function Value

inline int64_t mediapipe::Timestamp::Value () const

function operator!=

inline bool mediapipe::Timestamp::operator!= (
    const Timestamp other
) const

function operator+

Timestamp mediapipe::Timestamp::operator+ (
    const TimestampDiff other
) const

function operator++

Timestamp mediapipe::Timestamp::operator++ () 

function operator++

Timestamp mediapipe::Timestamp::operator++ (
    int
) 

function operator+=

Timestamp mediapipe::Timestamp::operator+= (
    const TimestampDiff other
) 

function operator-

TimestampDiff mediapipe::Timestamp::operator- (
    const Timestamp other
) const

function operator-

Timestamp mediapipe::Timestamp::operator- (
    const TimestampDiff other
) const

function operator--

Timestamp mediapipe::Timestamp::operator-- () 

function operator--

Timestamp mediapipe::Timestamp::operator-- (
    int
) 

function operator-=

Timestamp mediapipe::Timestamp::operator-= (
    const TimestampDiff other
) 

function operator<

inline bool mediapipe::Timestamp::operator< (
    const Timestamp other
) const

function operator<=

inline bool mediapipe::Timestamp::operator<= (
    const Timestamp other
) const

function operator==

inline bool mediapipe::Timestamp::operator== (
    const Timestamp other
) const

function operator>

inline bool mediapipe::Timestamp::operator> (
    const Timestamp other
) const

function operator>=

inline bool mediapipe::Timestamp::operator>= (
    const Timestamp other
) const

Public Static Functions Documentation

function CreateNoErrorChecking

static inline Timestamp mediapipe::Timestamp::CreateNoErrorChecking (
    int64_t timestamp
) 

function Done

static inline Timestamp mediapipe::Timestamp::Done () 

function FromSeconds

static inline Timestamp mediapipe::Timestamp::FromSeconds (
    double seconds
) 

function Max

static inline Timestamp mediapipe::Timestamp::Max () 

function Min

static inline Timestamp mediapipe::Timestamp::Min () 

function OneOverPostStream

static inline Timestamp mediapipe::Timestamp::OneOverPostStream () 

function PostStream

static inline Timestamp mediapipe::Timestamp::PostStream () 

function PreStream

static inline Timestamp mediapipe::Timestamp::PreStream () 

function Unset

static inline Timestamp mediapipe::Timestamp::Unset () 

function Unstarted

static inline Timestamp mediapipe::Timestamp::Unstarted () 


The documentation for this class was generated from the following file /home/friedel/devel/ILLIXR-plugins/hand_tracking/mediapipe/framework/timestamp.h