1 /* |
|
2 * Generated by erpcgen 1.13.0 on Fri Nov 22 15:03:08 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 kBeremizPLCObjectService_ExtendedCall_id = 15, |
|
42 }; |
|
43 |
|
44 //! @name BeremizPLCObjectService |
|
45 //@{ |
|
46 uint32_t AppendChunkToBlob(const binary_t * data, const binary_t * blobID, binary_t * newBlobID); |
|
47 |
|
48 uint32_t GetLogMessage(uint8_t level, uint32_t msgID, log_message * message); |
|
49 |
|
50 uint32_t GetPLCID(PSKID * plcID); |
|
51 |
|
52 uint32_t GetPLCstatus(PLCstatus * status); |
|
53 |
|
54 uint32_t GetTraceVariables(uint32_t debugToken, TraceVariables * traces); |
|
55 |
|
56 uint32_t MatchMD5(const char * MD5, bool * match); |
|
57 |
|
58 uint32_t NewPLC(const char * md5sum, const binary_t * plcObjectBlobID, const list_extra_file_1_t * extrafiles, bool * success); |
|
59 |
|
60 uint32_t PurgeBlobs(void); |
|
61 |
|
62 uint32_t RepairPLC(void); |
|
63 |
|
64 uint32_t ResetLogCount(void); |
|
65 |
|
66 uint32_t SeedBlob(const binary_t * seed, binary_t * blobID); |
|
67 |
|
68 uint32_t SetTraceVariablesList(const list_trace_order_1_t * orders, int32_t * debugtoken); |
|
69 |
|
70 uint32_t StartPLC(void); |
|
71 |
|
72 uint32_t StopPLC(bool * success); |
|
73 |
|
74 uint32_t ExtendedCall(const char * method, const binary_t * argument, binary_t * answer); |
|
75 //@} |
|
76 |
|
77 #endif // ERPC_FUNCTIONS_DEFINITIONS |
|
78 |
|
79 void initBeremizPLCObjectService_client(erpc_client_t client); |
|
80 |
|
81 void deinitBeremizPLCObjectService_client(void); |
|
82 |
|
83 #if defined(__cplusplus) |
|
84 } |
|
85 #endif |
|
86 |
|
87 #endif // _c_erpc_PLCObject_client_h_ |
|