|
MOOS 0.2375
|
#include <MOOSRegisterInfo.h>
Public Member Functions | |
| void | SetLastTimeSent (double dfTimeSent) |
| bool | Expired (double dfTimeNow) |
| CMOOSRegisterInfo () | |
| virtual | ~CMOOSRegisterInfo () |
Public Attributes | |
| double | m_dfPeriod |
| string | m_sClientName |
| double | m_dfLastTimeSent |
Definition at line 44 of file MOOSRegisterInfo.h.
| CMOOSRegisterInfo::CMOOSRegisterInfo | ( | ) |
Definition at line 40 of file MOOSRegisterInfo.cpp.
| CMOOSRegisterInfo::~CMOOSRegisterInfo | ( | ) | [virtual] |
Definition at line 46 of file MOOSRegisterInfo.cpp.
| bool CMOOSRegisterInfo::Expired | ( | double | dfTimeNow | ) |
Definition at line 52 of file MOOSRegisterInfo.cpp.
| void CMOOSRegisterInfo::SetLastTimeSent | ( | double | dfTimeSent | ) |
Definition at line 60 of file MOOSRegisterInfo.cpp.
Definition at line 51 of file MOOSRegisterInfo.h.
Definition at line 49 of file MOOSRegisterInfo.h.
Definition at line 50 of file MOOSRegisterInfo.h.
1.7.4