class CPriorityPulseState : public CMultiThreadRefCount;
INetwork.h
struct SPulse { uint32 key; CTimeValue tm; };
INetwork.h
uint32 key;
CTimeValue tm;
bool operator <(const SPulse& rhs) const;
bool operator <(const uint32 _key) const;
SPulse(uint32 k = 0, CTimeValue t = 0.0f);
CPriorityPulseState();
uint32 GetNumPulses() const;
const SPulse * GetPulses() const;
void Pulse(uint32 key);