diff -r cf42c3dbdd5c -r 5472b88bbc9d C_runtime/erpc_PLCObject_interface.hpp --- a/C_runtime/erpc_PLCObject_interface.hpp Tue Dec 03 21:22:45 2024 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,74 +0,0 @@ -/* - * Generated by erpcgen 1.13.0 on Fri Nov 22 15:03:08 2024. - * - * AUTOGENERATED - DO NOT EDIT - */ - - -#if !defined(_erpc_PLCObject_interface_hpp_) -#define _erpc_PLCObject_interface_hpp_ - -#include "erpc_PLCObject_common.hpp" - -namespace erpcShim -{ - - -// Abstract base class for BeremizPLCObjectService -class BeremizPLCObjectService_interface -{ - public: - static const uint8_t m_serviceId = 1; - static const uint8_t m_AppendChunkToBlobId = 1; - static const uint8_t m_GetLogMessageId = 2; - static const uint8_t m_GetPLCIDId = 3; - static const uint8_t m_GetPLCstatusId = 4; - static const uint8_t m_GetTraceVariablesId = 5; - static const uint8_t m_MatchMD5Id = 6; - static const uint8_t m_NewPLCId = 7; - static const uint8_t m_PurgeBlobsId = 8; - static const uint8_t m_RepairPLCId = 9; - static const uint8_t m_ResetLogCountId = 10; - static const uint8_t m_SeedBlobId = 11; - static const uint8_t m_SetTraceVariablesListId = 12; - static const uint8_t m_StartPLCId = 13; - static const uint8_t m_StopPLCId = 14; - static const uint8_t m_ExtendedCallId = 15; - - virtual ~BeremizPLCObjectService_interface(void); - - virtual uint32_t AppendChunkToBlob(const binary_t * data, const binary_t * blobID, binary_t * newBlobID) = 0; - - virtual uint32_t GetLogMessage(uint8_t level, uint32_t msgID, log_message * message) = 0; - - virtual uint32_t GetPLCID(PSKID * plcID) = 0; - - virtual uint32_t GetPLCstatus(PLCstatus * status) = 0; - - virtual uint32_t GetTraceVariables(uint32_t debugToken, TraceVariables * traces) = 0; - - virtual uint32_t MatchMD5(const char * MD5, bool * match) = 0; - - virtual uint32_t NewPLC(const char * md5sum, const binary_t * plcObjectBlobID, const list_extra_file_1_t * extrafiles, bool * success) = 0; - - virtual uint32_t PurgeBlobs(void) = 0; - - virtual uint32_t RepairPLC(void) = 0; - - virtual uint32_t ResetLogCount(void) = 0; - - virtual uint32_t SeedBlob(const binary_t * seed, binary_t * blobID) = 0; - - virtual uint32_t SetTraceVariablesList(const list_trace_order_1_t * orders, int32_t * debugtoken) = 0; - - virtual uint32_t StartPLC(void) = 0; - - virtual uint32_t StopPLC(bool * success) = 0; - - virtual uint32_t ExtendedCall(const char * method, const binary_t * argument, binary_t * answer) = 0; -private: -}; -} // erpcShim - - -#endif // _erpc_PLCObject_interface_hpp_