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: DmTftLibrary eeprom SX1280Lib filesystem mbed
Fork of MSNV2-Terminal_V1-5 by
Diff: messages/DataMessagePart.hpp
- Branch:
- Integration
- Revision:
- 39:13e66d087ae9
- Parent:
- 37:b565750d9978
--- a/messages/DataMessagePart.hpp Fri Oct 19 06:32:59 2018 +0000
+++ b/messages/DataMessagePart.hpp Fri Oct 19 15:08:35 2018 +0000
@@ -12,8 +12,10 @@
class misnet::DataMessagePart {
public:
+ DataMessagePart() {
+ }
+
virtual ~DataMessagePart() {
- DEBUG("Building DataMessagePart...");
}
virtual void serialize(std::string & result) = 0; // Updates the argument string to represents the data to be sent to gateway
