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 |
130 uint32_t result; |
130 uint32_t result; |
131 result = ::StopPLC(success); |
131 result = ::StopPLC(success); |
132 |
132 |
133 return result; |
133 return result; |
134 } |
134 } |
|
135 |
|
136 uint32_t ExtendedCall(const char * method, const binary_t * argument, binary_t * answer) |
|
137 { |
|
138 uint32_t result; |
|
139 result = ::ExtendedCall(method, argument, answer); |
|
140 |
|
141 return result; |
|
142 } |
135 }; |
143 }; |
136 |
144 |
137 ERPC_MANUALLY_CONSTRUCTED_STATIC(BeremizPLCObjectService_service, s_BeremizPLCObjectService_service); |
145 ERPC_MANUALLY_CONSTRUCTED_STATIC(BeremizPLCObjectService_service, s_BeremizPLCObjectService_service); |
138 ERPC_MANUALLY_CONSTRUCTED_STATIC(BeremizPLCObjectService_server, s_BeremizPLCObjectService_server); |
146 ERPC_MANUALLY_CONSTRUCTED_STATIC(BeremizPLCObjectService_server, s_BeremizPLCObjectService_server); |
139 |
147 |