wpl::prism::time Struct Reference

Prism headers timing information. More...

#include <wipal/phy/prism_header.hh>

Inheritance diagram for wpl::prism::time:
wpl::phy::time< prism::time > wpl::tool::static_base< prism::time >

List of all members.

Public Types

typedef prism::time exact_type
typedef HIDDEN impl_type

Public Member Functions

typedef WP_TYPE_ (impl_type, exact_type) impl_type
impl_type get_impl () const
exact_typeincrement (tool::microseconds microseconds)
 time ()
 time (uint32_t mactime, uint32_t hosttime)
uint32_t mactime () const
uint32_t hosttime () const
impl_type get () const
exact_typeoperator+= (tool::microseconds microseconds)
exact_type operator+ (tool::microseconds microseconds) const
Downcast methods

const exact_typeexact () const
exact_typeexact ()
const exact_typeexact_ptr () const
exact_typeexact_ptr ()

Detailed Description

Prism headers timing information.

See also:
phy::time

Member Typedef Documentation

Exact type for this template instanciation.

See also:
static_base

Reimplemented from wpl::phy::time< prism::time >.


Member Function Documentation

impl_type wpl::phy::time< prism::time >::get (  )  const [inherited]

Retrieve the timestamp to use for synchronization.

This method calls get_impl() which must be defined in subclasses. Do not override it. Define get_impl() in subclasses instead.

See also:
phy::time
exact_type wpl::phy::time< prism::time >::operator+ ( tool::microseconds  microseconds  )  const [inherited]

Add a microsecond count to the current time value.

See also:
operator+=()
exact_type& wpl::phy::time< prism::time >::operator+= ( tool::microseconds  microseconds  )  [inherited]

Add a microsecond count to the current time value.

This methods calls increment() which must be defined in subclasses. Do not override it. Define increment() in subclasses instead.

increment() must return a reference to itself.


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

Generated by  doxygen 1.6.2