Inheritance diagram for csp::RelTimeoutGuard:
ALT
relative timeout guard, for use in an Alternative.
This guard allows you to specify a timeout relative to when the Alternative begins its select call.
This is the most common form of timeout guard as it allows you to set a time to wait for the other guards in the ALT
before timing out.
Public Member Functions | |
RelTimeoutGuard (const Time &t) | |
ALT relative timeout guard constructor |
csp::RelTimeoutGuard::RelTimeoutGuard | ( | const Time & | t | ) | [inline] |
ALT
relative timeout guard constructor
t | The time to wait for from the start of the ALT before triggering the guard |