#include <vrpn_RedundantTransmission.h>

Public Member Functions | |
| RRRecord (void) | |
Public Attributes | |
| timeval | timestampSeen [VRPN_RR_LENGTH] |
| int | numSeen [VRPN_RR_LENGTH] |
| int | nextTimestampToReplace |
| vrpnMsgCallbackEntry * | cb |
| vrpn_bool | handlerIsRegistered |
Definition at line 186 of file vrpn_RedundantTransmission.h.
| vrpn_RedundantReceiver::RRRecord::RRRecord | ( | void | ) |
Definition at line 398 of file vrpn_RedundantTransmission.C.
References cb, handlerIsRegistered, nextTimestampToReplace, numSeen, timestampSeen, and VRPN_RR_LENGTH.
| vrpnMsgCallbackEntry* vrpn_RedundantReceiver::RRRecord::cb |
Definition at line 193 of file vrpn_RedundantTransmission.h.
Referenced by vrpn_RedundantReceiver::handle_possiblyRedundantMessage(), and RRRecord().
| vrpn_bool vrpn_RedundantReceiver::RRRecord::handlerIsRegistered |
Definition at line 194 of file vrpn_RedundantTransmission.h.
Referenced by RRRecord().
| int vrpn_RedundantReceiver::RRRecord::nextTimestampToReplace |
Definition at line 191 of file vrpn_RedundantTransmission.h.
Referenced by vrpn_RedundantReceiver::handle_possiblyRedundantMessage(), and RRRecord().
| int vrpn_RedundantReceiver::RRRecord::numSeen[VRPN_RR_LENGTH] |
Definition at line 190 of file vrpn_RedundantTransmission.h.
Referenced by vrpn_RedundantReceiver::handle_possiblyRedundantMessage(), and RRRecord().
| timeval vrpn_RedundantReceiver::RRRecord::timestampSeen[VRPN_RR_LENGTH] |
Definition at line 189 of file vrpn_RedundantTransmission.h.
Referenced by vrpn_RedundantReceiver::handle_possiblyRedundantMessage(), and RRRecord().