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: BahlDecrypModified CyaSSL mbed nRF51822
Fork of Decryptulator by
SlidingWindow.h
00001 #pragma once 00002 00003 #include <stdio.h> 00004 #include "mbed.h" 00005 #include "ble/BLE.h" 00006 #include "ble/BLEProtocol.h" 00007 #include <map> 00008 00009 using namespace std; 00010 00011 class SlidingWindow { 00012 private: 00013 void clearSlidingWindow(void); 00014 void buildSlidingWindowTable(); 00015 void populateSlidingWindow(void); 00016 public: 00017 SlidingWindow(void); 00018 ~SlidingWindow(void); 00019 void moveSlidingWindow(uint32_t offset); 00020 00021 00022 };
Generated on Fri Jul 15 2022 14:11:05 by
1.7.2
