#include <TKRdiagnostic.h>
Public Member Functions | |
| TKRdiagnostic (unsigned datum) | |
| Constructor for initializing the TKRdiagnostic class with a value. | |
| unsigned | GTRC (int gtrc) |
| Method for returning the state of a GTRC's a trigger request. | |
| unsigned | datum () |
| Method for returning the TKR diagnostic data word. | |
Static Public Member Functions | |
| static unsigned | GTRC (unsigned datum, int gtrc) |
| Static method for returning the state of a GTRC's a trigger request. | |
| static unsigned | datum (unsigned d) |
| Static method for returning the TKR diagnostic data word. | |
Copyright: Copyright 2004 by The Board of Trustees of the Leland Stanford Junior University. All rights reserved.
| TKRdiagnostic::TKRdiagnostic | ( | unsigned | datum | ) | [inline] |
Constructor for initializing the TKRdiagnostic class with a value.
| datum | - A diagnostic data word |
| unsigned TKRdiagnostic::datum | ( | ) | [inline] |
Method for returning the TKR diagnostic data word.
| unsigned TKRdiagnostic::datum | ( | unsigned | d | ) | [inline, static] |
Static method for returning the TKR diagnostic data word.
| d | - A diagnostic data word |
| unsigned TKRdiagnostic::GTRC | ( | int | gtrc | ) | [inline] |
Method for returning the state of a GTRC's a trigger request.
| gtrc | - The GTRC number for which to return the trigger request state |
| unsigned TKRdiagnostic::GTRC | ( | unsigned | datum, | |
| int | gtrc | |||
| ) | [inline, static] |
Static method for returning the state of a GTRC's a trigger request.
| datum | - A diagnostic data word | |
| gtrc | - The GTRC number for which to return the trigger request state |
1.4.7