plptools
Loading...
Searching...
No Matches
psi_timeval_t Struct Reference

Holds a Psion time value. More...

#include <psitime.h>

Public Attributes

uint32_t tv_low
 The lower 32 bits. More...
 
uint32_t tv_high
 The upper 32 bits. More...
 

Friends

std::ostreamoperator<< (std::ostream &o, const psi_timeval_t &ptv)
 Prints a psi_timeval in human readable format. More...
 

Detailed Description

Holds a Psion time value.

Psion time values are 64 bit integers describing the time since 01.01.0001 in microseconds.

Definition at line 41 of file psitime.h.

Friends And Related Function Documentation

◆ operator<<

std::ostream & operator<< ( std::ostream o,
const psi_timeval_t ptv 
)
friend

Prints a psi_timeval in human readable format.

Definition at line 45 of file psitime.h.

Member Data Documentation

◆ tv_high

uint32_t psi_timeval_t::tv_high

The upper 32 bits.

Definition at line 79 of file psitime.h.

◆ tv_low

uint32_t psi_timeval_t::tv_low

The lower 32 bits.

Definition at line 75 of file psitime.h.


The documentation for this struct was generated from the following file: