]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/tossim/tossim.i
Fix off by one error
[tinyos-2.x.git] / tos / lib / tossim / tossim.i
index e819846db63ff32b4fe077df9b7b81c5a0f75548..49ec978850b9d30fea75e8ed404ebeb0df74947b 100644 (file)
@@ -347,6 +347,9 @@ class Mote {
   void turnOn();
   Variable* getVariable(char* name);
 
+  void addNoiseTraceReading(int val);
+  void createNoiseModel();
+  int generateNoise(int when);
 };
 
 class Tossim {
@@ -367,6 +370,7 @@ class Tossim {
 
   void addChannel(char* channel, FILE* file);
   bool removeChannel(char* channel, FILE* file);
+  void randomSeed(int seed);
 
   bool runNextEvent();
   MAC* mac();