X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=apps%2Ftosthreads%2Fcapps%2FTestCollection%2FMultihopOscilloscope.h;h=437bd510e7ca4edaf1b79e51e042dab8c6ee60aa;hb=1bcdc760d06541d8a89e58e3e1a970c658db66d7;hp=5f04053921da7d7eb56ffca1fc5ad93f6029e8e6;hpb=f460e224ffeb4ac0adf01bcf204c60e941d96285;p=tinyos-2.x.git diff --git a/apps/tosthreads/capps/TestCollection/MultihopOscilloscope.h b/apps/tosthreads/capps/TestCollection/MultihopOscilloscope.h index 5f040539..437bd510 100644 --- a/apps/tosthreads/capps/TestCollection/MultihopOscilloscope.h +++ b/apps/tosthreads/capps/TestCollection/MultihopOscilloscope.h @@ -16,13 +16,15 @@ #ifndef MULTIHOP_OSCILLOSCOPE_H #define MULTIHOP_OSCILLOSCOPE_H +#include "Collection.h" + enum { /* Number of readings per message. If you increase this, you may have to increase the message_t size. */ NREADINGS = 5, /* Default sampling period. */ DEFAULT_INTERVAL = 1024, - AM_OSCILLOSCOPE = 0x93 + AM_OSCILLOSCOPE = NEW_COLLECTION_ID(), }; typedef nx_struct oscilloscope {