C_runtime/PLCObject.hpp
changeset 4043 b217fb367574
parent 4032 1ffff67678ad
equal deleted inserted replaced
4042:03df7946c2fa 4043:b217fb367574
    69         uint32_t ResetLogCount(void);
    69         uint32_t ResetLogCount(void);
    70         uint32_t SeedBlob(const binary_t * seed, binary_t * blobID);
    70         uint32_t SeedBlob(const binary_t * seed, binary_t * blobID);
    71         uint32_t SetTraceVariablesList(const list_trace_order_1_t * orders, int32_t * debugtoken);
    71         uint32_t SetTraceVariablesList(const list_trace_order_1_t * orders, int32_t * debugtoken);
    72         uint32_t StartPLC(void);
    72         uint32_t StartPLC(void);
    73         uint32_t StopPLC(bool * success);
    73         uint32_t StopPLC(bool * success);
       
    74         uint32_t ExtendedCall(const char * method, const binary_t * argument, binary_t * answer);
    74 
    75 
    75         // Public interface used by runtime
    76         // Public interface used by runtime
    76         uint32_t AutoLoad();
    77         uint32_t AutoLoad();
    77         uint32_t LogMessage(uint8_t level, std::string message);
    78         uint32_t LogMessage(uint8_t level, std::string message);
    78 
    79