equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Generated by erpcgen 1.12.0 on Mon May 20 17:54:19 2024. |
2 * Generated by erpcgen 1.12.0 on Mon Oct 28 15:10:14 2024. |
3 * |
3 * |
4 * AUTOGENERATED - DO NOT EDIT |
4 * AUTOGENERATED - DO NOT EDIT |
5 */ |
5 */ |
6 |
6 |
7 |
7 |
36 kBeremizPLCObjectService_ResetLogCount_id = 10, |
36 kBeremizPLCObjectService_ResetLogCount_id = 10, |
37 kBeremizPLCObjectService_SeedBlob_id = 11, |
37 kBeremizPLCObjectService_SeedBlob_id = 11, |
38 kBeremizPLCObjectService_SetTraceVariablesList_id = 12, |
38 kBeremizPLCObjectService_SetTraceVariablesList_id = 12, |
39 kBeremizPLCObjectService_StartPLC_id = 13, |
39 kBeremizPLCObjectService_StartPLC_id = 13, |
40 kBeremizPLCObjectService_StopPLC_id = 14, |
40 kBeremizPLCObjectService_StopPLC_id = 14, |
|
41 kBeremizPLCObjectService_ExtendedCall_id = 15, |
41 }; |
42 }; |
42 |
43 |
43 //! @name BeremizPLCObjectService |
44 //! @name BeremizPLCObjectService |
44 //@{ |
45 //@{ |
45 uint32_t AppendChunkToBlob(const binary_t * data, const binary_t * blobID, binary_t * newBlobID); |
46 uint32_t AppendChunkToBlob(const binary_t * data, const binary_t * blobID, binary_t * newBlobID); |
67 uint32_t SetTraceVariablesList(const list_trace_order_1_t * orders, int32_t * debugtoken); |
68 uint32_t SetTraceVariablesList(const list_trace_order_1_t * orders, int32_t * debugtoken); |
68 |
69 |
69 uint32_t StartPLC(void); |
70 uint32_t StartPLC(void); |
70 |
71 |
71 uint32_t StopPLC(bool * success); |
72 uint32_t StopPLC(bool * success); |
|
73 |
|
74 uint32_t ExtendedCall(const char * method, const binary_t * argument, binary_t * answer); |
72 //@} |
75 //@} |
73 |
76 |
74 #endif // ERPC_FUNCTIONS_DEFINITIONS |
77 #endif // ERPC_FUNCTIONS_DEFINITIONS |
75 |
78 |
76 void initBeremizPLCObjectService_client(erpc_client_t client); |
79 void initBeremizPLCObjectService_client(erpc_client_t client); |