C_runtime/erpc_PLCObject_client.hpp
changeset 3937 e13543d716b6
equal deleted inserted replaced
3936:129202e555e0 3937:e13543d716b6
       
     1 /*
       
     2  * Generated by erpcgen 1.11.0 on Wed Mar 27 13:43:44 2024.
       
     3  *
       
     4  * AUTOGENERATED - DO NOT EDIT
       
     5  */
       
     6 
       
     7 
       
     8 #if !defined(_erpc_PLCObject_client_hpp_)
       
     9 #define _erpc_PLCObject_client_hpp_
       
    10 
       
    11 #include "erpc_PLCObject_interface.hpp"
       
    12 
       
    13 #include "erpc_client_manager.h"
       
    14 
       
    15 namespace erpcShim
       
    16 {
       
    17 
       
    18 class BeremizPLCObjectService_client: public BeremizPLCObjectService_interface
       
    19 {
       
    20     public:
       
    21         BeremizPLCObjectService_client(erpc::ClientManager *manager);
       
    22 
       
    23         virtual ~BeremizPLCObjectService_client();
       
    24 
       
    25         virtual uint32_t AppendChunkToBlob(const binary_t * data, const binary_t * blobID, binary_t * newBlobID);
       
    26 
       
    27         virtual uint32_t GetLogMessage(uint8_t level, uint32_t msgID, log_message * message);
       
    28 
       
    29         virtual uint32_t GetPLCID(PSKID * plcID);
       
    30 
       
    31         virtual uint32_t GetPLCstatus(PLCstatus * status);
       
    32 
       
    33         virtual uint32_t GetTraceVariables(uint32_t debugToken, TraceVariables * traces);
       
    34 
       
    35         virtual uint32_t MatchMD5(const char * MD5, bool * match);
       
    36 
       
    37         virtual uint32_t NewPLC(const char * md5sum, const binary_t * plcObjectBlobID, const list_extra_file_1_t * extrafiles, bool * success);
       
    38 
       
    39         virtual uint32_t PurgeBlobs(void);
       
    40 
       
    41         virtual uint32_t RepairPLC(void);
       
    42 
       
    43         virtual uint32_t ResetLogCount(void);
       
    44 
       
    45         virtual uint32_t SeedBlob(const binary_t * seed, binary_t * blobID);
       
    46 
       
    47         virtual uint32_t SetTraceVariablesList(const list_trace_order_1_t * orders, uint32_t * debugtoken);
       
    48 
       
    49         virtual uint32_t StartPLC(void);
       
    50 
       
    51         virtual uint32_t StopPLC(bool * success);
       
    52 
       
    53     protected:
       
    54         erpc::ClientManager *m_clientManager;
       
    55 };
       
    56 
       
    57 } // erpcShim
       
    58 
       
    59 
       
    60 #endif // _erpc_PLCObject_client_hpp_