edouard@4058: /*
edouard@4058:  * Generated by erpcgen 1.13.0 on Fri Nov 22 15:03:08 2024.
edouard@4058:  *
edouard@4058:  * AUTOGENERATED - DO NOT EDIT
edouard@4058:  */
edouard@4058: 
edouard@4058: 
edouard@4058: #if !defined(_c_erpc_PLCObject_server_h_)
edouard@4058: #define _c_erpc_PLCObject_server_h_
edouard@4058: 
edouard@4058: #include "erpc_PLCObject_common.h"
edouard@4058: 
edouard@4058: #if defined(__cplusplus)
edouard@4058: extern "C"
edouard@4058: {
edouard@4058: #endif
edouard@4058: 
edouard@4058: typedef void * erpc_service_t;
edouard@4058: 
edouard@4058: #if !defined(ERPC_FUNCTIONS_DEFINITIONS)
edouard@4058: #define ERPC_FUNCTIONS_DEFINITIONS
edouard@4058: 
edouard@4058: 
edouard@4058: /*! @brief BeremizPLCObjectService identifiers */
edouard@4058: enum _BeremizPLCObjectService_ids
edouard@4058: {
edouard@4058:     kBeremizPLCObjectService_service_id = 1,
edouard@4058:     kBeremizPLCObjectService_AppendChunkToBlob_id = 1,
edouard@4058:     kBeremizPLCObjectService_GetLogMessage_id = 2,
edouard@4058:     kBeremizPLCObjectService_GetPLCID_id = 3,
edouard@4058:     kBeremizPLCObjectService_GetPLCstatus_id = 4,
edouard@4058:     kBeremizPLCObjectService_GetTraceVariables_id = 5,
edouard@4058:     kBeremizPLCObjectService_MatchMD5_id = 6,
edouard@4058:     kBeremizPLCObjectService_NewPLC_id = 7,
edouard@4058:     kBeremizPLCObjectService_PurgeBlobs_id = 8,
edouard@4058:     kBeremizPLCObjectService_RepairPLC_id = 9,
edouard@4058:     kBeremizPLCObjectService_ResetLogCount_id = 10,
edouard@4058:     kBeremizPLCObjectService_SeedBlob_id = 11,
edouard@4058:     kBeremizPLCObjectService_SetTraceVariablesList_id = 12,
edouard@4058:     kBeremizPLCObjectService_StartPLC_id = 13,
edouard@4058:     kBeremizPLCObjectService_StopPLC_id = 14,
edouard@4058:     kBeremizPLCObjectService_ExtendedCall_id = 15,
edouard@4058: };
edouard@4058: 
edouard@4058: //! @name BeremizPLCObjectService
edouard@4058: //@{
edouard@4058: uint32_t AppendChunkToBlob(const binary_t * data, const binary_t * blobID, binary_t * newBlobID);
edouard@4058: 
edouard@4058: uint32_t GetLogMessage(uint8_t level, uint32_t msgID, log_message * message);
edouard@4058: 
edouard@4058: uint32_t GetPLCID(PSKID * plcID);
edouard@4058: 
edouard@4058: uint32_t GetPLCstatus(PLCstatus * status);
edouard@4058: 
edouard@4058: uint32_t GetTraceVariables(uint32_t debugToken, TraceVariables * traces);
edouard@4058: 
edouard@4058: uint32_t MatchMD5(const char * MD5, bool * match);
edouard@4058: 
edouard@4058: uint32_t NewPLC(const char * md5sum, const binary_t * plcObjectBlobID, const list_extra_file_1_t * extrafiles, bool * success);
edouard@4058: 
edouard@4058: uint32_t PurgeBlobs(void);
edouard@4058: 
edouard@4058: uint32_t RepairPLC(void);
edouard@4058: 
edouard@4058: uint32_t ResetLogCount(void);
edouard@4058: 
edouard@4058: uint32_t SeedBlob(const binary_t * seed, binary_t * blobID);
edouard@4058: 
edouard@4058: uint32_t SetTraceVariablesList(const list_trace_order_1_t * orders, int32_t * debugtoken);
edouard@4058: 
edouard@4058: uint32_t StartPLC(void);
edouard@4058: 
edouard@4058: uint32_t StopPLC(bool * success);
edouard@4058: 
edouard@4058: uint32_t ExtendedCall(const char * method, const binary_t * argument, binary_t * answer);
edouard@4058: //@}
edouard@4058: 
edouard@4058: 
edouard@4058: #endif // ERPC_FUNCTIONS_DEFINITIONS
edouard@4058: 
edouard@4058: /*! @brief Return BeremizPLCObjectService_service service object. */
edouard@4058: erpc_service_t create_BeremizPLCObjectService_service(void);
edouard@4058: 
edouard@4058: /*! @brief Destroy BeremizPLCObjectService_service service object. */
edouard@4058: void destroy_BeremizPLCObjectService_service(erpc_service_t service);
edouard@4058: 
edouard@4058: 
edouard@4058: #if defined(__cplusplus)
edouard@4058: }
edouard@4058: #endif
edouard@4058: 
edouard@4058: #endif // _c_erpc_PLCObject_server_h_