EMatcher::GetMatchTimeOut

EMatcher::SetMatchTimeOut

Time-out for the EMatcher::Match method.

Namespace: Euresys::Open_eVision

[C++]

uint64_t GetMatchTimeOut() const

void SetMatchTimeOut(uint64_t value)

Remarks

If the processing time of one of these functions becomes longer than the set time-out, the processing is stopped and an exception is thrown. In that case, the error code of the exception is EError.TimeoutReached.

The time-out is set in microseconds.

This time-out is not a real time-out. The processing is stopped as soon as possible after the time-out has been reached. This means that the time elapsed effectively in the method can be greater than the time-out itself.

EMatcher.MatchTimeOut

Time-out for the EMatcher.Match method.

Namespace: Euresys.Open_eVision

[C#]

ulong MatchTimeOut

{ get; set; }

Remarks

If the processing time of one of these functions becomes longer than the set time-out, the processing is stopped and an exception is thrown. In that case, the error code of the exception is EError.TimeoutReached.

The time-out is set in microseconds.

This time-out is not a real time-out. The processing is stopped as soon as possible after the time-out has been reached. This means that the time elapsed effectively in the method can be greater than the time-out itself.

EMatcher.MatchTimeOut

Time-out for the EMatcher.Match method.

Module: open_evision

[Python]

MatchTimeOut: int

{get; set}

Remarks

If the processing time of one of these functions becomes longer than the set time-out, the processing is stopped and an exception is thrown. In that case, the error code of the exception is EError.TimeoutReached.

The time-out is set in microseconds.

This time-out is not a real time-out. The processing is stopped as soon as possible after the time-out has been reached. This means that the time elapsed effectively in the method can be greater than the time-out itself.