1#ifndef VRPN_LAMPORT_CLOCK_H
2#define VRPN_LAMPORT_CLOCK_H
4#include "vrpn_Configure.h"
38 vrpn_uint32 operator [] (
int i)
const;
47 void copy (
const vrpn_uint32 *);
52 vrpn_uint32 * d_timestamp;
83 vrpn_uint32 * d_currentTimestamp;
定义 vrpn_LamportClock.h:60
void receive(const vrpn_LamportTimestamp &)
vrpn_LamportTimestamp * getTimestampAndAdvance(void)
Increments the current timestamp and returns it.
定义 vrpn_LamportClock.h:16
int size(void) const
Returns the number of hosts participating in the timestamp.