#include <CALlogEnd.h>
Public Member Functions | |
| CALlogEnd (unsigned datum) | |
| Constructor for initializing the CALlogEnd class with a log-end value. | |
| unsigned | range () const |
| Method for returning the log-end ADC range value. | |
| unsigned | value () const |
| Method for returning the log-end ADC value. | |
| unsigned | datum () const |
| Method for returning the log-end value the class was constructed with. | |
Static Public Member Functions | |
| static unsigned | range (unsigned datum) |
| Static method for returning the log-end ADC range value. | |
| static unsigned | value (unsigned datum) |
| Static method for returning the log-end ADC value. | |
Copyright: Copyright 2004 by The Board of Trustees of the Leland Stanford Junior University. All rights reserved.
| CALlogEnd::CALlogEnd | ( | unsigned | datum | ) | [inline] |
Constructor for initializing the CALlogEnd class with a log-end value.
| datum | - A log-end value |
| unsigned CALlogEnd::datum | ( | ) | const [inline] |
Method for returning the log-end value the class was constructed with.
| unsigned CALlogEnd::range | ( | ) | const [inline] |
Method for returning the log-end ADC range value.
| unsigned CALlogEnd::range | ( | unsigned | datum | ) | [inline, static] |
Static method for returning the log-end ADC range value.
| datum | - A log-end value |
| unsigned CALlogEnd::value | ( | ) | const [inline] |
Method for returning the log-end ADC value.
| unsigned CALlogEnd::value | ( | unsigned | datum | ) | [inline, static] |
Static method for returning the log-end ADC value.
| datum | - A log-end value |
1.4.7