#include <ACDpha.h>
Public Member Functions | |
| ACDpha (unsigned value) | |
| Constructor for initializing the ACDpha class with a PHA value. | |
| unsigned | more () const |
| Method for returning the more bit from a PHA value. | |
| unsigned | ADCrange () const |
| Method for returning the ADCrange value from a PHA value. | |
| unsigned | ADCvalue () const |
| Method for returning the raw ADCvalue from a PHA value. | |
| unsigned | parityError () const |
| Method for returning the parityError value from a PHA value. | |
| unsigned | datum () const |
| Method for returning the PHA value the class was constructed with. | |
Static Public Member Functions | |
| static unsigned | more (unsigned value) |
| Static method for returning the more bit from a PHA value. | |
| static unsigned | ADCrange (unsigned value) |
| Static method for returning the ADCrange value from a PHA value. | |
| static unsigned | ADCvalue (unsigned value) |
| Static method for returning the raw ADCvalue from a PHA value. | |
| static unsigned | parityError (unsigned value) |
| Static method for returning the parityError value from a PHA value. | |
Copyright: Copyright 2004 by The Board of Trustees of the Leland Stanford Junior University. All rights reserved.
| ACDpha::ACDpha | ( | unsigned | value | ) | [inline] |
| unsigned ACDpha::ADCrange | ( | ) | const [inline] |
Method for returning the ADCrange value from a PHA value.
| unsigned ACDpha::ADCrange | ( | unsigned | value | ) | [inline, static] |
Static method for returning the ADCrange value from a PHA value.
| value | - A PHA value |
| unsigned ACDpha::ADCvalue | ( | ) | const [inline] |
Method for returning the raw ADCvalue from a PHA value.
| unsigned ACDpha::ADCvalue | ( | unsigned | value | ) | [inline, static] |
Static method for returning the raw ADCvalue from a PHA value.
| value | - A PHA value |
| unsigned ACDpha::datum | ( | ) | const [inline] |
Method for returning the PHA value the class was constructed with.
| unsigned ACDpha::more | ( | ) | const [inline] |
Method for returning the more bit from a PHA value.
| unsigned ACDpha::more | ( | unsigned | value | ) | [inline, static] |
Static method for returning the more bit from a PHA value.
| value | - A PHA value |
| unsigned ACDpha::parityError | ( | ) | const [inline] |
Method for returning the parityError value from a PHA value.
| unsigned ACDpha::parityError | ( | unsigned | value | ) | [inline, static] |
Static method for returning the parityError value from a PHA value.
| value | - A PHA value |
1.4.7