Sensix
Wireless Sensor Network Middleware



   Home


   Project Page


   Download


   CVS




 Hosted by
Get SENSIX at SourceForge.net. Fast, secure 
and Free Open Source software downloads

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 
)

Definition at line 48 of file PeakSenseImpl.java.

gov::lanl::isr::sensix::sensing::PeakSenseImpl::PeakSenseImpl ( byte  l,
byte  s,
double  r,
double  th,
double  tl 
)

Definition at line 60 of file PeakSenseImpl.java.

gov::lanl::isr::sensix::sensing::PeakSenseImpl::PeakSenseImpl ( byte  s,
double  r,
double  th,
boolean  hi 
)

Definition at line 66 of file PeakSenseImpl.java.

gov::lanl::isr::sensix::sensing::PeakSenseImpl::PeakSenseImpl ( byte  s,
double  r,
double  th,
double  tl 
)

Definition at line 78 of file PeakSenseImpl.java.

gov::lanl::isr::sensix::sensing::PeakSenseImpl::PeakSenseImpl ( byte  l,
byte  s,
double  th,
boolean  hi 
)

Definition at line 85 of file PeakSenseImpl.java.

gov::lanl::isr::sensix::sensing::PeakSenseImpl::PeakSenseImpl ( byte  l,
byte  s,
double  th,
double  tl 
)

Definition at line 97 of file PeakSenseImpl.java.

gov::lanl::isr::sensix::sensing::PeakSenseImpl::PeakSenseImpl ( byte  s,
double  th,
boolean  hi 
)

Definition at line 103 of file PeakSenseImpl.java.

gov::lanl::isr::sensix::sensing::PeakSenseImpl::PeakSenseImpl ( byte  s,
double  th,
double  tl 
)

Definition at line 115 of file PeakSenseImpl.java.

gov::lanl::isr::sensix::sensing::PeakSenseImpl::PeakSenseImpl ( byte  l,
byte  s,
double  r,
double  th,
double  tl,
int  seq 
)

Definition at line 121 of file PeakSenseImpl.java.


Member Function Documentation

double gov::lanl::isr::sensix::sensing::PeakSenseImpl::highthreshold (  ) 

Definition at line 129 of file PeakSenseImpl.java.

void gov::lanl::isr::sensix::sensing::PeakSenseImpl::highthreshold ( double  h  ) 

Definition at line 133 of file PeakSenseImpl.java.

double gov::lanl::isr::sensix::sensing::PeakSenseImpl::lowthreshold (  ) 

Definition at line 137 of file PeakSenseImpl.java.

void gov::lanl::isr::sensix::sensing::PeakSenseImpl::lowthreshold ( double  l  ) 

Definition at line 141 of file PeakSenseImpl.java.

byte gov::lanl::isr::sensix::sensing::PeakSenseImpl::identifier (  ) 

Definition at line 145 of file PeakSenseImpl.java.

String gov::lanl::isr::sensix::sensing::PeakSenseImpl::asString (  ) 

Definition at line 149 of file PeakSenseImpl.java.

int gov::lanl::isr::sensix::sensing::PeakSenseImpl::sequencer (  ) 

Definition at line 168 of file PeakSenseImpl.java.

double gov::lanl::isr::sensix::sensing::PeakSenseImpl::rate (  ) 

Definition at line 172 of file PeakSenseImpl.java.

void gov::lanl::isr::sensix::sensing::PeakSenseImpl::rate ( double  r  ) 

Definition at line 176 of file PeakSenseImpl.java.

byte gov::lanl::isr::sensix::sensing::PeakSenseImpl::level (  ) 

Definition at line 180 of file PeakSenseImpl.java.

byte gov::lanl::isr::sensix::sensing::PeakSenseImpl::sensor (  ) 

Definition at line 184 of file PeakSenseImpl.java.

long gov::lanl::isr::sensix::sensing::PeakSenseImpl::timeused (  ) 

Definition at line 188 of file PeakSenseImpl.java.

void gov::lanl::isr::sensix::sensing::PeakSenseImpl::timeused ( long  t  ) 

Definition at line 192 of file PeakSenseImpl.java.

double gov::lanl::isr::sensix::sensing::PeakSenseImpl::energyused (  ) 

Definition at line 196 of file PeakSenseImpl.java.

void gov::lanl::isr::sensix::sensing::PeakSenseImpl::energyused ( double  e  ) 

Definition at line 200 of file PeakSenseImpl.java.

Data [] gov::lanl::isr::sensix::sensing::PeakSenseImpl::results (  ) 

Definition at line 204 of file PeakSenseImpl.java.

void gov::lanl::isr::sensix::sensing::PeakSenseImpl::results ( Data[]  data  ) 

Definition at line 208 of file PeakSenseImpl.java.

FunctorError [] gov::lanl::isr::sensix::sensing::PeakSenseImpl::errors (  ) 

Definition at line 219 of file PeakSenseImpl.java.

void gov::lanl::isr::sensix::sensing::PeakSenseImpl::errors ( FunctorError[]  e  ) 

Definition at line 223 of file PeakSenseImpl.java.

byte gov::lanl::isr::sensix::sensing::PeakSenseImpl::priority (  ) 

Definition at line 228 of file PeakSenseImpl.java.

void gov::lanl::isr::sensix::sensing::PeakSenseImpl::priority ( byte  p  ) 

Definition at line 232 of file PeakSenseImpl.java.

Functor [] gov::lanl::isr::sensix::sensing::PeakSenseImpl::subfunctors (  ) 

Definition at line 237 of file PeakSenseImpl.java.

void gov::lanl::isr::sensix::sensing::PeakSenseImpl::subfunctors ( Functor[]  fs  ) 

Definition at line 241 of file PeakSenseImpl.java.


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


© 2008, Los Alamos National Security, LLC.