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 |
37 kBeremizPLCObjectService_ResetLogCount_id = 10, |
37 kBeremizPLCObjectService_ResetLogCount_id = 10, |
38 kBeremizPLCObjectService_SeedBlob_id = 11, |
38 kBeremizPLCObjectService_SeedBlob_id = 11, |
39 kBeremizPLCObjectService_SetTraceVariablesList_id = 12, |
39 kBeremizPLCObjectService_SetTraceVariablesList_id = 12, |
40 kBeremizPLCObjectService_StartPLC_id = 13, |
40 kBeremizPLCObjectService_StartPLC_id = 13, |
41 kBeremizPLCObjectService_StopPLC_id = 14, |
41 kBeremizPLCObjectService_StopPLC_id = 14, |
|
42 kBeremizPLCObjectService_ExtendedCall_id = 15, |
42 }; |
43 }; |
43 |
44 |
44 //! @name BeremizPLCObjectService |
45 //! @name BeremizPLCObjectService |
45 //@{ |
46 //@{ |
46 uint32_t AppendChunkToBlob(const binary_t * data, const binary_t * blobID, binary_t * newBlobID); |
47 uint32_t AppendChunkToBlob(const binary_t * data, const binary_t * blobID, binary_t * newBlobID); |
68 uint32_t SetTraceVariablesList(const list_trace_order_1_t * orders, int32_t * debugtoken); |
69 uint32_t SetTraceVariablesList(const list_trace_order_1_t * orders, int32_t * debugtoken); |
69 |
70 |
70 uint32_t StartPLC(void); |
71 uint32_t StartPLC(void); |
71 |
72 |
72 uint32_t StopPLC(bool * success); |
73 uint32_t StopPLC(bool * success); |
|
74 |
|
75 uint32_t ExtendedCall(const char * method, const binary_t * argument, binary_t * answer); |
73 //@} |
76 //@} |
74 |
77 |
75 |
78 |
76 #endif // ERPC_FUNCTIONS_DEFINITIONS |
79 #endif // ERPC_FUNCTIONS_DEFINITIONS |
77 |
80 |