edouard@3937: /*
edouard@3946:  * Generated by erpcgen 1.12.0 on Mon May 20 17:54:19 2024.
edouard@3937:  *
edouard@3937:  * AUTOGENERATED - DO NOT EDIT
edouard@3937:  */
edouard@3937: 
edouard@3937: 
edouard@3937: #if !defined(_c_erpc_PLCObject_client_h_)
edouard@3937: #define _c_erpc_PLCObject_client_h_
edouard@3937: 
edouard@3937: #include "erpc_PLCObject_common.h"
edouard@3937: #include "erpc_client_manager.h"
edouard@3937: 
edouard@3937: #if defined(__cplusplus)
edouard@3937: extern "C"
edouard@3937: {
edouard@3937: #endif
edouard@3937: 
edouard@3937: #if !defined(ERPC_FUNCTIONS_DEFINITIONS)
edouard@3937: #define ERPC_FUNCTIONS_DEFINITIONS
edouard@3937: 
edouard@3937: 
edouard@3937: /*! @brief BeremizPLCObjectService identifiers */
edouard@3937: enum _BeremizPLCObjectService_ids
edouard@3937: {
edouard@3937:     kBeremizPLCObjectService_service_id = 1,
edouard@3937:     kBeremizPLCObjectService_AppendChunkToBlob_id = 1,
edouard@3937:     kBeremizPLCObjectService_GetLogMessage_id = 2,
edouard@3937:     kBeremizPLCObjectService_GetPLCID_id = 3,
edouard@3937:     kBeremizPLCObjectService_GetPLCstatus_id = 4,
edouard@3937:     kBeremizPLCObjectService_GetTraceVariables_id = 5,
edouard@3937:     kBeremizPLCObjectService_MatchMD5_id = 6,
edouard@3937:     kBeremizPLCObjectService_NewPLC_id = 7,
edouard@3937:     kBeremizPLCObjectService_PurgeBlobs_id = 8,
edouard@3937:     kBeremizPLCObjectService_RepairPLC_id = 9,
edouard@3937:     kBeremizPLCObjectService_ResetLogCount_id = 10,
edouard@3937:     kBeremizPLCObjectService_SeedBlob_id = 11,
edouard@3937:     kBeremizPLCObjectService_SetTraceVariablesList_id = 12,
edouard@3937:     kBeremizPLCObjectService_StartPLC_id = 13,
edouard@3937:     kBeremizPLCObjectService_StopPLC_id = 14,
edouard@3937: };
edouard@3937: 
edouard@3937: //! @name BeremizPLCObjectService
edouard@3937: //@{
edouard@3937: uint32_t AppendChunkToBlob(const binary_t * data, const binary_t * blobID, binary_t * newBlobID);
edouard@3937: 
edouard@3937: uint32_t GetLogMessage(uint8_t level, uint32_t msgID, log_message * message);
edouard@3937: 
edouard@3937: uint32_t GetPLCID(PSKID * plcID);
edouard@3937: 
edouard@3937: uint32_t GetPLCstatus(PLCstatus * status);
edouard@3937: 
edouard@3937: uint32_t GetTraceVariables(uint32_t debugToken, TraceVariables * traces);
edouard@3937: 
edouard@3937: uint32_t MatchMD5(const char * MD5, bool * match);
edouard@3937: 
edouard@3937: uint32_t NewPLC(const char * md5sum, const binary_t * plcObjectBlobID, const list_extra_file_1_t * extrafiles, bool * success);
edouard@3937: 
edouard@3937: uint32_t PurgeBlobs(void);
edouard@3937: 
edouard@3937: uint32_t RepairPLC(void);
edouard@3937: 
edouard@3937: uint32_t ResetLogCount(void);
edouard@3937: 
edouard@3937: uint32_t SeedBlob(const binary_t * seed, binary_t * blobID);
edouard@3937: 
edouard@3941: uint32_t SetTraceVariablesList(const list_trace_order_1_t * orders, int32_t * debugtoken);
edouard@3937: 
edouard@3937: uint32_t StartPLC(void);
edouard@3937: 
edouard@3937: uint32_t StopPLC(bool * success);
edouard@3937: //@}
edouard@3937: 
edouard@3937: #endif // ERPC_FUNCTIONS_DEFINITIONS
edouard@3937: 
edouard@3937: void initBeremizPLCObjectService_client(erpc_client_t client);
edouard@3937: 
edouard@3937: void deinitBeremizPLCObjectService_client(void);
edouard@3937: 
edouard@3937: #if defined(__cplusplus)
edouard@3937: }
edouard@3937: #endif
edouard@3937: 
edouard@3937: #endif // _c_erpc_PLCObject_client_h_