Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed SDFileSystemFilinfo AriSnProtocol NetServicesMin AriSnComm MODSERIAL PowerControlClkPatch DS1820OW
Diff: SnCommWinSBD.h
- Revision:
- 37:ff95e7070f26
- Child:
- 40:1324da35afd4
diff -r 87865913ae6f -r ff95e7070f26 SnCommWinSBD.h
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/SnCommWinSBD.h Wed May 29 00:20:31 2013 +0000
@@ -0,0 +1,28 @@
+#ifndef SN_SnCommWinSBD
+#define SN_SnCommWinSBD
+
+#include "SnCommWin.h"
+#include "SnConfigFrame.h"
+
+class SnCommWinSBD : public SnCommWin {
+
+ public:
+ SnCommWinSBD(Serial* sbd, Serial* cpu);
+ virtual ~SnCommWinSBD() {}
+
+ virtual SnConfigFrame::EDatPackBit GetCommType() const
+ { return SnConfigFrame::kIrid; }
+
+ virtual ECommWinResult OpenWindow(const uint32_t timeout,
+ const bool sendStatus,
+ const SnConfigFrame& conf,
+ const SnEventFrame& evt,
+ const SnPowerFrame& pow,
+ const uint16_t seq,
+ const float thmrate,
+ const float evtrate,
+ char* const genBuf);
+
+};
+
+#endif // SN_SnCommWinSBD