|
|
|
|
|
gov::lanl::isr::sensix::sensing::PeakSenseImpl Class Reference
List of all members.
|
Public Member Functions |
| | PeakSenseImpl (byte l, byte s, double r, double th, boolean hi) |
| | PeakSenseImpl (byte l, byte s, double r, double th, double tl) |
| | PeakSenseImpl (byte s, double r, double th, boolean hi) |
| | PeakSenseImpl (byte s, double r, double th, double tl) |
| | PeakSenseImpl (byte l, byte s, double th, boolean hi) |
| | PeakSenseImpl (byte l, byte s, double th, double tl) |
| | PeakSenseImpl (byte s, double th, boolean hi) |
| | PeakSenseImpl (byte s, double th, double tl) |
| | PeakSenseImpl (byte l, byte s, double r, double th, double tl, int seq) |
| double | highthreshold () |
| void | highthreshold (double h) |
| double | lowthreshold () |
| void | lowthreshold (double l) |
| byte | identifier () |
| String | asString () |
| int | sequencer () |
| double | rate () |
| void | rate (double r) |
| byte | level () |
| byte | sensor () |
| long | timeused () |
| void | timeused (long t) |
| double | energyused () |
| void | energyused (double e) |
| Data[] | results () |
| void | results (Data[] data) |
| FunctorError[] | errors () |
| void | errors (FunctorError[] e) |
| byte | priority () |
| void | priority (byte p) |
| Functor[] | subfunctors () |
| void | subfunctors (Functor[] fs) |
Protected Attributes |
| double | threshold_h |
| double | threshold_l |
Detailed Description
Definition at line 40 of file PeakSenseImpl.java.
Constructor & Destructor Documentation
| gov::lanl::isr::sensix::sensing::PeakSenseImpl::PeakSenseImpl |
( |
byte |
l, |
|
|
byte |
s, |
|
|
double |
r, |
|
|
double |
th, |
|
|
boolean |
hi | |
|
) |
| | |
| gov::lanl::isr::sensix::sensing::PeakSenseImpl::PeakSenseImpl |
( |
byte |
l, |
|
|
byte |
s, |
|
|
double |
r, |
|
|
double |
th, |
|
|
double |
tl | |
|
) |
| | |
| gov::lanl::isr::sensix::sensing::PeakSenseImpl::PeakSenseImpl |
( |
byte |
s, |
|
|
double |
r, |
|
|
double |
th, |
|
|
boolean |
hi | |
|
) |
| | |
| gov::lanl::isr::sensix::sensing::PeakSenseImpl::PeakSenseImpl |
( |
byte |
s, |
|
|
double |
r, |
|
|
double |
th, |
|
|
double |
tl | |
|
) |
| | |
| gov::lanl::isr::sensix::sensing::PeakSenseImpl::PeakSenseImpl |
( |
byte |
l, |
|
|
byte |
s, |
|
|
double |
th, |
|
|
boolean |
hi | |
|
) |
| | |
| gov::lanl::isr::sensix::sensing::PeakSenseImpl::PeakSenseImpl |
( |
byte |
l, |
|
|
byte |
s, |
|
|
double |
th, |
|
|
double |
tl | |
|
) |
| | |
| gov::lanl::isr::sensix::sensing::PeakSenseImpl::PeakSenseImpl |
( |
byte |
s, |
|
|
double |
th, |
|
|
boolean |
hi | |
|
) |
| | |
| gov::lanl::isr::sensix::sensing::PeakSenseImpl::PeakSenseImpl |
( |
byte |
s, |
|
|
double |
th, |
|
|
double |
tl | |
|
) |
| | |
| gov::lanl::isr::sensix::sensing::PeakSenseImpl::PeakSenseImpl |
( |
byte |
l, |
|
|
byte |
s, |
|
|
double |
r, |
|
|
double |
th, |
|
|
double |
tl, |
|
|
int |
seq | |
|
) |
| | |
Member Function Documentation
| double gov::lanl::isr::sensix::sensing::PeakSenseImpl::highthreshold |
( |
|
) |
|
| void gov::lanl::isr::sensix::sensing::PeakSenseImpl::highthreshold |
( |
double |
h |
) |
|
| double gov::lanl::isr::sensix::sensing::PeakSenseImpl::lowthreshold |
( |
|
) |
|
| void gov::lanl::isr::sensix::sensing::PeakSenseImpl::lowthreshold |
( |
double |
l |
) |
|
| byte gov::lanl::isr::sensix::sensing::PeakSenseImpl::identifier |
( |
|
) |
|
| String gov::lanl::isr::sensix::sensing::PeakSenseImpl::asString |
( |
|
) |
|
| int gov::lanl::isr::sensix::sensing::PeakSenseImpl::sequencer |
( |
|
) |
|
| double gov::lanl::isr::sensix::sensing::PeakSenseImpl::rate |
( |
|
) |
|
| void gov::lanl::isr::sensix::sensing::PeakSenseImpl::rate |
( |
double |
r |
) |
|
| byte gov::lanl::isr::sensix::sensing::PeakSenseImpl::level |
( |
|
) |
|
| byte gov::lanl::isr::sensix::sensing::PeakSenseImpl::sensor |
( |
|
) |
|
| long gov::lanl::isr::sensix::sensing::PeakSenseImpl::timeused |
( |
|
) |
|
| void gov::lanl::isr::sensix::sensing::PeakSenseImpl::timeused |
( |
long |
t |
) |
|
| double gov::lanl::isr::sensix::sensing::PeakSenseImpl::energyused |
( |
|
) |
|
| void gov::lanl::isr::sensix::sensing::PeakSenseImpl::energyused |
( |
double |
e |
) |
|
| Data [] gov::lanl::isr::sensix::sensing::PeakSenseImpl::results |
( |
|
) |
|
| void gov::lanl::isr::sensix::sensing::PeakSenseImpl::results |
( |
Data[] |
data |
) |
|
| FunctorError [] gov::lanl::isr::sensix::sensing::PeakSenseImpl::errors |
( |
|
) |
|
| void gov::lanl::isr::sensix::sensing::PeakSenseImpl::errors |
( |
FunctorError[] |
e |
) |
|
| byte gov::lanl::isr::sensix::sensing::PeakSenseImpl::priority |
( |
|
) |
|
| void gov::lanl::isr::sensix::sensing::PeakSenseImpl::priority |
( |
byte |
p |
) |
|
| Functor [] gov::lanl::isr::sensix::sensing::PeakSenseImpl::subfunctors |
( |
|
) |
|
| void gov::lanl::isr::sensix::sensing::PeakSenseImpl::subfunctors |
( |
Functor[] |
fs |
) |
|
Member Data Documentation
The documentation for this class was generated from the following file:
- /home/brennan/Software/sensix/source/C^4/corba/gov/lanl/isr/sensix/sensing/PeakSenseImpl.java
|