#include <mobility/Presence.h>

Public Member Functions | |
| Presence (const Time &t, const Position &p, const Time &d) | |
| Constructor. | |
| Presence (const Presence &p) | |
| Copy constructor. | |
| void | operator= (const Presence &p) |
| Assignment operator. | |
| const Time & | time () const |
| |
| const Position & | position () const |
| |
| const Time & | duration () const |
| |
| bool | operator== (const Presence &p) const |
| Equality operator, considers only time. | |
| bool | operator< (const Presence &p) const |
| Less-than operator, considers only time. | |
| bool | operator> (const Presence &p) const |
| Greater-than operator, considers only time. | |
| bool | operator<= (const Presence &p) const |
| Less-than-or-equals, considers only time. | |
| bool | operator>= (const Presence &p) const |
| Greater-than-or-equals, considers only time. | |
| bool | operator== (const Time &t) const |
| Equality operator, considers only time. | |
| bool | operator< (const Time &t) const |
| Less-than operator, considers only time. | |
| bool | operator> (const Time &t) const |
| Greater-than operator, considers only time. | |
| bool | operator<= (const Time &t) const |
| Less-than-or-equals, considers only time. | |
| bool | operator>= (const Time &t) const |
| Greater-than-or-equals, considers only time. | |
| Presence | towards (const Presence &p, const Time &t) const |
| Interpolate the current Presence towards another at an intervening time. | |
Definition at line 44 of file Presence.h.
Interpolate the current Presence towards another at an intervening time.
Definition at line 45 of file Presence.cc.
References Time::MILLION, position(), Presence(), time(), and Time::tv.
1.5.4