peek_next_pending_id


Description:

public bool peek_next_pending_id (out ClockID pending_id)

Determines if the pending_id is the next clock notification scheduled to be triggered given the current time of the this.

MT safe.

Parameters:

this

a TestClock to check the clock notifications for

pending_id

a ClockID clock notification to look for

Returns:

true if pending_id is the next clock notification to be triggered, false otherwise.