--- a/C_runtime/PLCObject.hpp Thu Aug 15 23:50:01 2024 +0200
+++ b/C_runtime/PLCObject.hpp Fri Aug 16 16:30:50 2024 +0200
@@ -72,6 +72,10 @@
uint32_t StopPLC(bool * success);
+ // Public interface used by runtime + uint32_t LogMessage(uint8_t level, std::string message); // A map of all the blobs
std::map<std::vector<uint8_t>, Blob*> m_mapBlobIDToBlob;
@@ -108,14 +112,12 @@
std::vector<trace_sample> m_traces;
uint32_t BlobAsFile(const binary_t * BlobID, std::filesystem::path filename);
uint32_t UnLoadPLC(void);
- uint32_t LogMessage(uint8_t level, std::string message);
void PurgeTraceBuffer(void);
void TraceThreadProc(void);
\ No newline at end of file