OSWtimeBase Class Reference

Class for Python support to handle the two timebase longwords. More...

#include <OSWtimeBase.h>

List of all members.

Public Member Functions

 OSWtimeBase ()
 Do nothing OSWtimeBase constructor.
 OSWtimeBase (unsigned *tb)
 OSWtimeBase constructor set up from a passed in timebase array.
 OSWtimeBase (unsigned upper, unsigned lower)
 OSWtimeBase constructor set up from passed in uper and lower values.
const unsigned * timebase () const
 Return the timebase array.
unsigned upper () const
 Return the upper portion of the timebase structure.
unsigned lower () const
 Return the lower portion of the timebase structure.


Detailed Description

Class for Python support to handle the two timebase longwords.

This class stores a 64 bit PPC timebase counter value

Author:
R. Claus -- GLAST LAT I&T/Online - (claus@slac.stanford.edu)
Revision
1.1
Date:
March 12, 2004 -- Created
Id
OSWtimeBase.h,v 1.1 2004/04/01 23:50:52 claus Exp

Copyright: Copyright 2004 by The Board of Trustees of the Leland Stanford Junior University. All rights reserved.


Constructor & Destructor Documentation

OSWtimeBase::OSWtimeBase ( unsigned  upper,
unsigned  lower 
) [inline]

OSWtimeBase constructor set up from passed in uper and lower values.

Parameters:
upper value to initialize timebase value with
lower value to initialize timebase value with


Member Function Documentation

unsigned OSWtimeBase::lower (  )  const [inline]

Return the lower portion of the timebase structure.

Returns:
The lower portion of the timebase structure

const unsigned * OSWtimeBase::timebase (  )  const [inline]

Return the timebase array.

Returns:
A pointer to the timebase array

unsigned OSWtimeBase::upper (  )  const [inline]

Return the upper portion of the timebase structure.

Returns:
The upper portion of the timebase structure


The documentation for this class was generated from the following file:
Generated on Mon Jul 31 17:48:20 2006 for LDF v06-02-00 by doxygen 1.4.7