* Generated by erpcgen 1.13.0 on Fri Nov 22 15:03:08 2024.
* AUTOGENERATED - DO NOT EDIT
#include "c_erpc_PLCObject_client.h"
#include "erpc_PLCObject_client.hpp"
#include "erpc_manually_constructed.hpp"
using namespace erpcShim;
#if ERPC_ALLOCATION_POLICY == ERPC_ALLOCATION_POLICY_DYNAMIC
BeremizPLCObjectService_client *s_BeremizPLCObjectService_client = nullptr;
ERPC_MANUALLY_CONSTRUCTED_STATIC(BeremizPLCObjectService_client, s_BeremizPLCObjectService_client);
uint32_t AppendChunkToBlob(const binary_t * data, const binary_t * blobID, binary_t * newBlobID)
result = s_BeremizPLCObjectService_client->AppendChunkToBlob(data, blobID, newBlobID);
uint32_t GetLogMessage(uint8_t level, uint32_t msgID, log_message * message)
result = s_BeremizPLCObjectService_client->GetLogMessage(level, msgID, message);
uint32_t GetPLCID(PSKID * plcID)
result = s_BeremizPLCObjectService_client->GetPLCID(plcID);
uint32_t GetPLCstatus(PLCstatus * status)
result = s_BeremizPLCObjectService_client->GetPLCstatus(status);
uint32_t GetTraceVariables(uint32_t debugToken, TraceVariables * traces)
result = s_BeremizPLCObjectService_client->GetTraceVariables(debugToken, traces);
uint32_t MatchMD5(const char * MD5, bool * match)
result = s_BeremizPLCObjectService_client->MatchMD5(MD5, match);
uint32_t NewPLC(const char * md5sum, const binary_t * plcObjectBlobID, const list_extra_file_1_t * extrafiles, bool * success)
result = s_BeremizPLCObjectService_client->NewPLC(md5sum, plcObjectBlobID, extrafiles, success);
uint32_t PurgeBlobs(void)
result = s_BeremizPLCObjectService_client->PurgeBlobs();
result = s_BeremizPLCObjectService_client->RepairPLC();
uint32_t ResetLogCount(void)
result = s_BeremizPLCObjectService_client->ResetLogCount();
uint32_t SeedBlob(const binary_t * seed, binary_t * blobID)
result = s_BeremizPLCObjectService_client->SeedBlob(seed, blobID);
uint32_t SetTraceVariablesList(const list_trace_order_1_t * orders, int32_t * debugtoken)
result = s_BeremizPLCObjectService_client->SetTraceVariablesList(orders, debugtoken);
result = s_BeremizPLCObjectService_client->StartPLC();
uint32_t StopPLC(bool * success)
result = s_BeremizPLCObjectService_client->StopPLC(success);
uint32_t ExtendedCall(const char * method, const binary_t * argument, binary_t * answer)
result = s_BeremizPLCObjectService_client->ExtendedCall(method, argument, answer);
void initBeremizPLCObjectService_client(erpc_client_t client)
#if ERPC_ALLOCATION_POLICY == ERPC_ALLOCATION_POLICY_DYNAMIC
erpc_assert(s_BeremizPLCObjectService_client == nullptr);
s_BeremizPLCObjectService_client = new BeremizPLCObjectService_client(reinterpret_cast<ClientManager *>(client));
erpc_assert(!s_BeremizPLCObjectService_client.isUsed());
s_BeremizPLCObjectService_client.construct(reinterpret_cast<ClientManager *>(client));
void deinitBeremizPLCObjectService_client(void)
#if ERPC_ALLOCATION_POLICY == ERPC_ALLOCATION_POLICY_DYNAMIC
if (s_BeremizPLCObjectService_client != nullptr)
delete s_BeremizPLCObjectService_client;
s_BeremizPLCObjectService_client = nullptr;
s_BeremizPLCObjectService_client.destroy();