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

/home/brennan/Software/sensix/tools/sim/sim_sensory.cpp File Reference

#include <wx/wx.h>
#include <wx/image.h>
#include <wx/splash.h>
#include <wx/ffile.h>
#include <wx/numdlg.h>
#include <igraph/igraph.h>
#include <iostream>
#include <vector>
#include <algorithm>
#include "sim_sensory.h"
#include "sim_sensory_field.h"
#include "sim_phenomena.h"
#include "AboutDialog.h"
#include "SenseDialog.h"
#include "icon.xpm"
#include "splash.xpm"

Go to the source code of this file.

Defines

#define AXIS_MIN   10
#define AXIS_MAX   1000000
#define AXIS_DEFAULT   1000
#define max(x, y)   (x > y ? x : y)
#define min(x, y)   (x < y ? x : y)


Define Documentation

#define AXIS_DEFAULT   1000

Definition at line 55 of file sim_sensory.cpp.

#define AXIS_MAX   1000000

Definition at line 54 of file sim_sensory.cpp.

#define AXIS_MIN   10

Definition at line 53 of file sim_sensory.cpp.

#define max ( x,
 )     (x > y ? x : y)

Definition at line 494 of file sim_sensory.cpp.

#define min ( x,
 )     (x < y ? x : y)

Definition at line 495 of file sim_sensory.cpp.


© 2008, Los Alamos National Security, LLC.