| User Documentation |
| Centre for Vision, Speech & Signal Processing |
| DEVELOP | IN NAMESPACE | AMMA TREE ROOT | AMMA SEARCH | AMMA HOME |
PUBLIC
DeadLineTimerC::DeadLineTimerC(BooleanT)
DeadLineTimerC::~DeadLineTimerC(void)
DeadLineTimerC::DeadLineTimerC(const DateC &,BooleanT)
DeadLineTimerC::DeadLineTimerC(RealT,BooleanT)
DeadLineTimerC::Stop(void)
DeadLineTimerC::Reset(RealT)
DeadLineTimerC::Reset(const DateC &)
DeadLineTimerC::IsTimeUp(void) const
DeadLineTimerC::IsRunning(void) const
DeadLineTimerC::IsVirtual(void) const
DeadLineTimerC::Remaining(void) const
DeadLineTimerC::WaitForIt(void) const
| DeadLineTimerC | |
| Dead line timer. | |
| include | "amma/DeadLine.hh" |
| User Level: | Default |
| Library: | Msys |
| Example: | exDeadLine.cc |
| Section: | Utilities.Timing |
| In Scope: | std |
Comments:
When the timer is started the timesUp flag is set to
false, when the time expires the flag is set to TRUE.
Note the timer flag is always TRUE if the timer is not
running.
You should not expect a resolution in time better than 1ms. The actual resolution depends on the system the code is run on and may be worse than this. This is a SMALL object.
Variables:
This isn't a trivial routine, it involves several
system calles, and alot of mucking about. Avoid
calling it excessively.
This isn't a trivial routine, it involves several
system calles, and alot of mucking about. Avoid
calling it excessively.
| Programmer:Charles Galambos, Documentation by CxxDoc: Tue Mar 20 10:48:08 2001 |