C_runtime/c_erpc_PLCObject_client.h
changeset 3937 e13543d716b6
equal deleted inserted replaced
3936:129202e555e0 3937:e13543d716b6
       
     1 /*
       
     2  * Generated by erpcgen 1.11.0 on Wed Mar 27 13:43:44 2024.
       
     3  *
       
     4  * AUTOGENERATED - DO NOT EDIT
       
     5  */
       
     6 
       
     7 
       
     8 #if !defined(_c_erpc_PLCObject_client_h_)
       
     9 #define _c_erpc_PLCObject_client_h_
       
    10 
       
    11 #include "erpc_PLCObject_common.h"
       
    12 #include "erpc_client_manager.h"
       
    13 
       
    14 #if defined(__cplusplus)
       
    15 extern "C"
       
    16 {
       
    17 #endif
       
    18 
       
    19 #if !defined(ERPC_FUNCTIONS_DEFINITIONS)
       
    20 #define ERPC_FUNCTIONS_DEFINITIONS
       
    21 
       
    22 
       
    23 /*! @brief BeremizPLCObjectService identifiers */
       
    24 enum _BeremizPLCObjectService_ids
       
    25 {
       
    26     kBeremizPLCObjectService_service_id = 1,
       
    27     kBeremizPLCObjectService_AppendChunkToBlob_id = 1,
       
    28     kBeremizPLCObjectService_GetLogMessage_id = 2,
       
    29     kBeremizPLCObjectService_GetPLCID_id = 3,
       
    30     kBeremizPLCObjectService_GetPLCstatus_id = 4,
       
    31     kBeremizPLCObjectService_GetTraceVariables_id = 5,
       
    32     kBeremizPLCObjectService_MatchMD5_id = 6,
       
    33     kBeremizPLCObjectService_NewPLC_id = 7,
       
    34     kBeremizPLCObjectService_PurgeBlobs_id = 8,
       
    35     kBeremizPLCObjectService_RepairPLC_id = 9,
       
    36     kBeremizPLCObjectService_ResetLogCount_id = 10,
       
    37     kBeremizPLCObjectService_SeedBlob_id = 11,
       
    38     kBeremizPLCObjectService_SetTraceVariablesList_id = 12,
       
    39     kBeremizPLCObjectService_StartPLC_id = 13,
       
    40     kBeremizPLCObjectService_StopPLC_id = 14,
       
    41 };
       
    42 
       
    43 //! @name BeremizPLCObjectService
       
    44 //@{
       
    45 uint32_t AppendChunkToBlob(const binary_t * data, const binary_t * blobID, binary_t * newBlobID);
       
    46 
       
    47 uint32_t GetLogMessage(uint8_t level, uint32_t msgID, log_message * message);
       
    48 
       
    49 uint32_t GetPLCID(PSKID * plcID);
       
    50 
       
    51 uint32_t GetPLCstatus(PLCstatus * status);
       
    52 
       
    53 uint32_t GetTraceVariables(uint32_t debugToken, TraceVariables * traces);
       
    54 
       
    55 uint32_t MatchMD5(const char * MD5, bool * match);
       
    56 
       
    57 uint32_t NewPLC(const char * md5sum, const binary_t * plcObjectBlobID, const list_extra_file_1_t * extrafiles, bool * success);
       
    58 
       
    59 uint32_t PurgeBlobs(void);
       
    60 
       
    61 uint32_t RepairPLC(void);
       
    62 
       
    63 uint32_t ResetLogCount(void);
       
    64 
       
    65 uint32_t SeedBlob(const binary_t * seed, binary_t * blobID);
       
    66 
       
    67 uint32_t SetTraceVariablesList(const list_trace_order_1_t * orders, uint32_t * debugtoken);
       
    68 
       
    69 uint32_t StartPLC(void);
       
    70 
       
    71 uint32_t StopPLC(bool * success);
       
    72 //@}
       
    73 
       
    74 #endif // ERPC_FUNCTIONS_DEFINITIONS
       
    75 
       
    76 void initBeremizPLCObjectService_client(erpc_client_t client);
       
    77 
       
    78 void deinitBeremizPLCObjectService_client(void);
       
    79 
       
    80 #if defined(__cplusplus)
       
    81 }
       
    82 #endif
       
    83 
       
    84 #endif // _c_erpc_PLCObject_client_h_