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 MODSERIAL FATFileSystem
Diff: MbedLogger/MbedLogger.hpp
- Revision:
- 68:8f549749b8ce
- Parent:
- 67:c86a4b464682
- Child:
- 69:919ac8d7e023
diff -r c86a4b464682 -r 8f549749b8ce MbedLogger/MbedLogger.hpp
--- a/MbedLogger/MbedLogger.hpp Mon Jun 25 15:44:00 2018 +0000
+++ b/MbedLogger/MbedLogger.hpp Wed Jun 27 23:01:53 2018 +0000
@@ -160,6 +160,18 @@
int getLogSize(); //used in state machine
string _heading_string;
+
+ void continuouslyTransmitData();
+
+ void continuouslyTransmitDataNoTimer();
+
+ void transmitPacketNumber(int line_or_packet_number);
+
+ void pythonTransmitRequest();
+
+ bool fsmTransmitData();
+
+ void setTransmitPacketNumber(int packet_number);
private:
int _file_number;
@@ -211,6 +223,8 @@
bool _file_transmission_complete; //was volatile screwing up the state of this?
int _log_file_line_counter;
+
+ int _transmit_packet_num;
};
#endif
\ No newline at end of file