Arianna station communication peripherals.

Dependents:   AutonomousDAQ AutonomousDAQ

Revision:
5:2ee6cbb948c0
Parent:
4:8328c2972290
--- a/SnCommPeripheral.h	Sat Oct 05 04:39:19 2013 +0000
+++ b/SnCommPeripheral.h	Tue Oct 08 23:39:25 2013 +0000
@@ -19,7 +19,9 @@
     //
     virtual bool TrySetSysTimeUnix(const uint32_t timeout,
                                    uint32_t& prvTime,
-                                   uint32_t& setTime) { return 0; }
+                                   uint32_t& setTime) { return false; }
+    virtual bool CheckSignalStrength(const uint32_t timeout,
+                                     float& sigstr) { return false; }
     virtual bool IsTimedOut(const uint32_t timeout_clock) const;
     virtual bool SendString(const char* str, const uint32_t timeout);