|
◆ tcbuffersegm_intersection_value()
Return 1 if a segment of a temporal circular buffer and a circular buffer intersect during the period defined by the timestamps output in the last arguments.
- Parameters
-
[in] | start,end | Temporal instants defining the segment |
[in] | value | Value to locate |
[in] | lower,upper | Timestamps defining the segments |
[out] | t1,t2 | |
- Returns
- Number of timestamps in the result, between 0 and 2. In the case of a single result both t1 and t2 are set to the unique timestamp.
|