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

SensorData Class Reference

#include <sim_phenomena.h>

List of all members.

Public Member Functions

 SensorData (Phenom t, int x, int y, SensorData *n=NULL)
 SensorData (Phenom t, char *line, SensorData *n)
bool operator== (const SensorData &other)
bool operator!= (const SensorData &other)
bool operator< (const SensorData &other) const
const char * toString (bool cfg=false)
unsigned int distanceTo (const SensorData &other)

Public Attributes

Phenomenonsource
unsigned int x
unsigned int y
int strength
bool on_path
unsigned long long time
unsigned long speed
SensorDataprev


Detailed Description

Definition at line 148 of file sim_phenomena.h.


Constructor & Destructor Documentation

SensorData::SensorData ( Phenom  t,
int  x,
int  y,
SensorData n = NULL 
)

Definition at line 49 of file sim_adc.cpp.

SensorData::SensorData ( Phenom  t,
char *  line,
SensorData n 
)

Definition at line 64 of file sim_adc.cpp.


Member Function Documentation

bool SensorData::operator== ( const SensorData other  ) 

Definition at line 76 of file sim_adc.cpp.

bool SensorData::operator!= ( const SensorData other  ) 

Definition at line 84 of file sim_adc.cpp.

bool SensorData::operator< ( const SensorData other  )  const

Definition at line 92 of file sim_adc.cpp.

const char * SensorData::toString ( bool  cfg = false  ) 

Definition at line 98 of file sim_adc.cpp.

unsigned int SensorData::distanceTo ( const SensorData other  ) 

Definition at line 107 of file sim_adc.cpp.


Member Data Documentation

Definition at line 158 of file sim_phenomena.h.

unsigned int SensorData::x

Definition at line 159 of file sim_phenomena.h.

unsigned int SensorData::y

Definition at line 159 of file sim_phenomena.h.

Definition at line 160 of file sim_phenomena.h.

Definition at line 161 of file sim_phenomena.h.

unsigned long long SensorData::time

Definition at line 162 of file sim_phenomena.h.

unsigned long SensorData::speed

Definition at line 163 of file sim_phenomena.h.

Definition at line 164 of file sim_phenomena.h.


The documentation for this class was generated from the following files:


© 2008, Los Alamos National Security, LLC.