Public Member Functions | |
LLTrackingData (const LLUUID &avatar_id, const std::string &name) | |
bool | haveTrackingInfo () |
void | setTrackedCoarseLocation (const LLVector3d &global_pos) |
void | agentFound (const LLUUID &prey, const LLVector3d &estimated_global_pos) |
Public Attributes | |
LLUUID | mAvatarID |
LLString | mName |
LLVector3d | mGlobalPositionEstimate |
bool | mHaveInfo |
bool | mHaveCoarseInfo |
LLTimer | mCoarseLocationTimer |
LLTimer | mUpdateTimer |
LLTimer | mAgentGone |
Definition at line 70 of file llcallingcard.cpp.
LLTrackingData::LLTrackingData | ( | const LLUUID & | avatar_id, | |
const std::string & | name | |||
) |
---------------------------------------------------------------------------- Tracking Data ----------------------------------------------------------------------------
Definition at line 734 of file llcallingcard.cpp.
References COARSE_FREQUENCY, FIND_FREQUENCY, mAgentGone, mCoarseLocationTimer, mName, mUpdateTimer, OFFLINE_SECONDS, and LLTimer::setTimerExpirySec().
bool LLTrackingData::haveTrackingInfo | ( | ) |
Definition at line 761 of file llcallingcard.cpp.
References LLTimer::checkExpirationAndReset(), COARSE_FREQUENCY, FIND_FREQUENCY, LLAvatarTracker::findAgent(), LLViewerObjectList::findObject(), gObjectList, LLAvatarTracker::instance(), LLViewerObject::isDead(), mAgentGone, mAvatarID, mCoarseLocationTimer, mHaveCoarseInfo, mHaveInfo, mUpdateTimer, OFFLINE_SECONDS, and LLTimer::setTimerExpirySec().
Referenced by LLAvatarTracker::haveTrackingInfo().
void LLTrackingData::setTrackedCoarseLocation | ( | const LLVector3d & | global_pos | ) |
Definition at line 793 of file llcallingcard.cpp.
References COARSE_FREQUENCY, mCoarseLocationTimer, mGlobalPositionEstimate, mHaveCoarseInfo, mHaveInfo, and LLTimer::setTimerExpirySec().
Referenced by LLAvatarTracker::setTrackedCoarseLocation().
void LLTrackingData::agentFound | ( | const LLUUID & | prey, | |
const LLVector3d & | estimated_global_pos | |||
) |
Definition at line 748 of file llcallingcard.cpp.
References llendl, llwarns, mAgentGone, mAvatarID, mGlobalPositionEstimate, mHaveInfo, OFFLINE_SECONDS, and LLTimer::setTimerExpirySec().
Referenced by LLAvatarTracker::agentFound().
Definition at line 80 of file llcallingcard.cpp.
Referenced by agentFound(), LLAvatarTracker::findAgent(), LLAvatarTracker::getAvatarID(), LLAvatarTracker::getDegreesAndDist(), LLAvatarTracker::getGlobalPos(), haveTrackingInfo(), LLAvatarTracker::processNotify(), and LLAvatarTracker::untrack().
Definition at line 81 of file llcallingcard.cpp.
Referenced by LLAvatarTracker::getName(), and LLTrackingData().
Definition at line 82 of file llcallingcard.cpp.
Referenced by agentFound(), LLAvatarTracker::getDegreesAndDist(), LLAvatarTracker::getGlobalPos(), and setTrackedCoarseLocation().
Definition at line 83 of file llcallingcard.cpp.
Referenced by agentFound(), haveTrackingInfo(), and setTrackedCoarseLocation().
Definition at line 84 of file llcallingcard.cpp.
Referenced by haveTrackingInfo(), and setTrackedCoarseLocation().
Definition at line 85 of file llcallingcard.cpp.
Referenced by haveTrackingInfo(), LLTrackingData(), and setTrackedCoarseLocation().
Definition at line 86 of file llcallingcard.cpp.
Referenced by haveTrackingInfo(), and LLTrackingData().
Definition at line 87 of file llcallingcard.cpp.
Referenced by agentFound(), haveTrackingInfo(), and LLTrackingData().