#include <OSWtimeBase.h>
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. | |
This class stores a 64 bit PPC timebase counter value
Copyright: Copyright 2004 by The Board of Trustees of the Leland Stanford Junior University. All rights reserved.
| OSWtimeBase::OSWtimeBase | ( | unsigned | upper, | |
| unsigned | lower | |||
| ) | [inline] |
OSWtimeBase constructor set up from passed in uper and lower values.
| upper | value to initialize timebase value with | |
| lower | value to initialize timebase value with |
| unsigned OSWtimeBase::lower | ( | ) | const [inline] |
Return the lower portion of the timebase structure.
| const unsigned * OSWtimeBase::timebase | ( | ) | const [inline] |
Return the timebase array.
| unsigned OSWtimeBase::upper | ( | ) | const [inline] |
Return the upper portion of the timebase structure.
1.4.7