class protobuf_event_loop_engine::ProtobufEventLoopEngine

class ProtobufEventLoopEngine: public EventLoopEngine {
public:
    // methods

    def __init__(
        self self,
        float timestep,
        float timestep_thres,
        int store_capacity,
        bool do_process_last,
        dict engine_config,
        dict mqtt_config,
        ProtobufEngineWrapper engine_wrapper
    );
};