C_runtime/erpc_PLCObject_interface.cpp
author Edouard Tisserant <edouard.tisserant@gmail.com>
Fri, 24 May 2024 18:55:46 +0200
changeset 3949 f64dce4e2f62
parent 3946 8815b44be31e
child 4032 1ffff67678ad
permissions -rw-r--r--
C runtime: initial fixes. Now runs and traces first_steps example.

beremiz_runtime -v -t tcp -p 61131 -h localhost
/*
 * Generated by erpcgen 1.12.0 on Mon May 20 17:54:19 2024.
 *
 * AUTOGENERATED - DO NOT EDIT
 */


#include "erpc_PLCObject_interface.hpp"

#if 11200 != ERPC_VERSION_NUMBER
#error "The generated shim code version is different to the rest of eRPC code."
#endif


using namespace std;
using namespace erpcShim;

BeremizPLCObjectService_interface::~BeremizPLCObjectService_interface(void)
{
}