◆ DefaultObserver()
fobs::DefaultObserver::DefaultObserver |
( |
| ) |
|
|
inline |
◆ should_interrupt() [1/2]
bool fobs::DefaultObserver::should_interrupt |
( |
const GDDD & |
, |
|
|
const GDDD & |
|
|
) |
| |
|
inlinevirtual |
◆ should_interrupt() [2/2]
bool fobs::DefaultObserver::should_interrupt |
( |
const GSDD & |
after, |
|
|
const GSDD & |
before |
|
) |
| |
|
inlinevirtual |
- Warning
- : if should_interrult() returns true, then it MUST return true at least until the next call to update(). The attribute is_interrupted is here for this purpose: it can be set to true only by should_interrupt and to false only by update, and is_interrupted => should_interrupt returns true
Implements fobs::FixObserver.
◆ update() [1/2]
void fobs::DefaultObserver::update |
( |
const GDDD & |
, |
|
|
const GDDD & |
|
|
) |
| |
|
inlinevirtual |
◆ update() [2/2]
void fobs::DefaultObserver::update |
( |
const GSDD & |
, |
|
|
const GSDD & |
|
|
) |
| |
|
inlinevirtual |
◆ was_interrupted()
bool fobs::DefaultObserver::was_interrupted |
( |
| ) |
const |
|
inlinevirtual |
The documentation for this class was generated from the following file: