C_runtime/c_erpc_PLCObject_client.cpp
changeset 4043 b217fb367574
parent 4032 1ffff67678ad
child 4044 2a4b8b59d165
equal deleted inserted replaced
4042:03df7946c2fa 4043:b217fb367574
     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     result = s_BeremizPLCObjectService_client->StopPLC(success);
   130     result = s_BeremizPLCObjectService_client->StopPLC(success);
   131 
   131 
   132     return result;
   132     return result;
   133 }
   133 }
   134 
   134 
       
   135 uint32_t ExtendedCall(const char * method, const binary_t * argument, binary_t * answer)
       
   136 {
       
   137     uint32_t result;
       
   138     result = s_BeremizPLCObjectService_client->ExtendedCall(method, argument, answer);
       
   139 
       
   140     return result;
       
   141 }
       
   142 
   135 void initBeremizPLCObjectService_client(erpc_client_t client)
   143 void initBeremizPLCObjectService_client(erpc_client_t client)
   136 {
   144 {
   137 #if ERPC_ALLOCATION_POLICY == ERPC_ALLOCATION_POLICY_DYNAMIC
   145 #if ERPC_ALLOCATION_POLICY == ERPC_ALLOCATION_POLICY_DYNAMIC
   138     erpc_assert(s_BeremizPLCObjectService_client == nullptr);
   146     erpc_assert(s_BeremizPLCObjectService_client == nullptr);
   139     s_BeremizPLCObjectService_client = new BeremizPLCObjectService_client(reinterpret_cast<ClientManager *>(client));
   147     s_BeremizPLCObjectService_client = new BeremizPLCObjectService_client(reinterpret_cast<ClientManager *>(client));