121 #include <Iphlpapi.h> 123 #define getpid() _getpid() 124 #define srandom(seed) srand(seed) 125 #define random() rand() 128 #include <sys/time.h> 129 #if defined(R__LINUX) && !defined(R__WINGCC) 130 #include <sys/sysinfo.h> 145 uuid_time_t *time_last_ptr = TTHREAD_TLS_PTR(time_last);
155 using namespace std::chrono;
156 system_clock::time_point today = system_clock::now();
157 seed = (
UInt_t)(system_clock::to_time_t ( today )) + ::getpid();
161 clockseq = 1+(
UShort_t)(65536*random()/(RAND_MAX+1.0));
171 if (
CmpTime(×tamp, time_last_ptr) == -1) {
172 clockseq = (clockseq + 1) & 0x3FFF;
173 if (clockseq == 0) clockseq++;
176 Format(clockseq, timestamp);
178 time_last = timestamp;
197 if (t1->
low < t2->
low)
return -1;
198 if (t1->
low > t2->
low)
return 1;
211 int timeHiAndVersion;
212 int clockSeqHiAndRes;
216 sscanf(uuid,
"%8lx-%4x-%4x-%2x%2x-%2x%2x%2x%2x%2x%2x",
222 &node[0], &node[1], &node[2], &node[3], &node[4], &node[5]);
254 Error(
"TUUID",
"null string not allowed");
264 Version_t version = TUUID::Class_Version();
265 tobuf(buffer, version);
271 for (
Int_t i = 0; i < 6; i++)
287 for (
Int_t i = 0; i < 6; i++)
303 for (
UInt_t i = 0; i < 6; i++) {
330 const UShort_t uuids_per_tick = 1024;
333 TTHREAD_TLS(
UShort_t) uuids_this_tick(0);
336 uuid_time_t *time_last_ptr = TTHREAD_TLS_PTR(time_last);
340 uuids_this_tick = uuids_per_tick;
350 if (
CmpTime(time_last_ptr, &time_now)) {
355 if (uuids_this_tick < uuids_per_tick) {
362 time_last = time_now;
364 if (uuids_this_tick != 0) {
365 if (time_now.
low & 0x80000000) {
366 time_now.
low += uuids_this_tick;
367 if (!(time_now.
low & 0x80000000))
370 time_now.
low += uuids_this_tick;
374 timestamp->
low = time_now.
low;
384 GetSystemTimeAsFileTime((FILETIME *)&time);
390 (
unsigned __int64) (1000*1000*10)
391 * (
unsigned __int64) (60 * 60 * 24)
392 * (
unsigned __int64) (17+30+31+365*18+5);
394 timestamp->
high = time.HighPart;
395 timestamp->
low = time.LowPart;
398 gettimeofday(&tp, 0);
403 0x01B21DD213814000LL;
405 timestamp->
low = (
UInt_t) (uuid_time & 0xFFFFFFFF);
432 PIP_ADAPTER_INFO ainfo = (PIP_ADAPTER_INFO)
malloc(
sizeof(IP_ADAPTER_INFO));
433 ULONG buflen =
sizeof(IP_ADAPTER_INFO);
434 DWORD stat = GetAdaptersInfo(ainfo, &buflen);
435 if (stat == ERROR_BUFFER_OVERFLOW) {
437 ainfo = (PIP_ADAPTER_INFO)
malloc(buflen);
438 stat = GetAdaptersInfo(ainfo, &buflen);
440 if (stat != ERROR_SUCCESS)
444 PIP_ADAPTER_INFO adapter = ainfo;
446 sscanf(adapter->IpAddressList.IpAddress.String,
"%d.%d.%d.%d",
448 adr = (a << 24) | (b << 16) | (c << 8) | d;
454 memcpy(
fNode, &adr, 4);
483 char hostname[MAX_COMPUTERNAME_LENGTH + 1];
486 memset(&r, 0,
sizeof(r));
489 GlobalMemoryStatus(&r.m);
493 GetSystemTimeAsFileTime(&r.t);
495 QueryPerformanceCounter(&r.pc);
497 r.tc = GetTickCount();
498 r.l = MAX_COMPUTERNAME_LENGTH + 1;
499 GetComputerName(r.hostname, &r.l);
502 #if defined(R__LINUX) && !defined(R__WINGCC) 509 memset(&r, 0,
sizeof(r));
511 #if defined(R__LINUX) && !defined(R__WINGCC) 514 gettimeofday(&r.t, 0);
515 gethostname(r.hostname, 256);
535 static char uuid[40];
537 snprintf(uuid,40,
"%08x-%04x-%04x-%02x%02x-%02x%02x%02x%02x%02x%02x",
559 c0 += *c++;
c1 += c0;
560 c0 += *c++;
c1 += c0;
561 c0 += *c++;
c1 += c0;
562 c0 += *c++;
c1 += c0;
564 c0 += *c++;
c1 += c0;
565 c0 += *c++;
c1 += c0;
566 c0 += *c++;
c1 += c0;
567 c0 += *c++;
c1 += c0;
569 c0 += *c++;
c1 += c0;
570 c0 += *c++;
c1 += c0;
571 c0 += *c++;
c1 += c0;
572 c0 += *c++;
c1 += c0;
574 c0 += *c++;
c1 += c0;
575 c0 += *c++;
c1 += c0;
576 c0 += *c++;
c1 += c0;
577 c0 += *c++;
c1 += c0;
600 #define CHECK(f1, f2) if (f1 != f2) return f1 < f2 ? -1 : 1; 606 for (
int i = 0; i < 6; i++) {
623 memcpy(&addr,
fNode, 4);
646 uuid_time -= 0x01B21DD213814000LL;
647 uuid_time /= 10000000LL;
669 Error(
"SetUUID",
"null string not allowed");
681 const_cast<TUUID&
>(uuid).Streamer(buf);
virtual ~TUUID()
delete this TUUID
void frombuf(char *&buf, Bool_t *x)
virtual int GetPid()
Get process id.
void Set()
Set Date/Time to current time as reported by the system.
void Final()
MD5 finalization, ends an MD5 message-digest operation, writing the the message digest and zeroizing ...
This class represents an Internet Protocol (IP) address.
void ReadBuffer(char *&buffer)
Stream UUID from input buffer.
UInt_t fTimeLow
index in the list of UUIDs in TProcessUUID
Buffer base class used for serializing objects.
R__EXTERN TVirtualMutex * gROOTMutex
Int_t CmpTime(uuid_time_t *t1, uuid_time_t *t2)
Compare two time values.
TBuffer & operator<<(TBuffer &buf, const TUUID &uuid)
Input operator. Delegate to Streamer.
This class defines a UUID (Universally Unique IDentifier), also known as GUIDs (Globally Unique IDent...
TDatime GetTime() const
Get time from UUID.
This code implements the MD5 message-digest algorithm.
UShort_t fTimeHiAndVersion
void tobuf(char *&buf, Bool_t x)
virtual TInetAddress GetHostByName(const char *server)
Get Internet Protocol (IP) address of host.
void Error(const char *location, const char *msgfmt,...)
virtual TTime Now()
Get current time in milliseconds since 0:00 Jan 1 1995.
void Update(const UChar_t *buf, UInt_t len)
Update TMD5 object to reflect the concatenation of another buffer full of bytes.
R__EXTERN TSystem * gSystem
UInt_t GetAddress() const
void Format(UShort_t clockseq, uuid_time_t ts)
Make a UUID from timestamp, clockseq and node id.
virtual const char * HostName()
Return the system's host name.
void StreamerV1(TBuffer &b)
Stream UUID from input buffer.
unsigned long long ULong64_t
static constexpr double s
#define R__LOCKGUARD(mutex)
const char * AsString() const
Return UUID as string. Copy string immediately since it will be reused.
void SetUUID(const char *uuid_str)
Set this UUID to the value specified in uuid ((which must be in TUUID::AsString() format)...
UChar_t fClockSeqHiAndReserved
void GetRandomInfo(UChar_t seed[16])
Get random info based on some machine parameters.
void GetNodeIdentifier()
Get node identifier.
UShort_t Hash() const
Compute 16-bit hash value of the UUID.
you should not use this method at all Int_t Int_t Double_t Double_t Double_t Int_t Double_t Double_t Double_t Double_t b
void FillBuffer(char *&buffer)
Stream UUID into output buffer.
Int_t Compare(const TUUID &u) const
Compare two UUIDs "lexically" and return.
static constexpr double pc
void Print() const
Print UUID.
void GetSystemTime(uuid_time_t *timestamp)
Get system time with 100ns precision. Time is since Oct 15, 1582.
void SetFromString(const char *uuid_str)
Set this UUID to the value specified in uuid ((which must be in TUUID::AsString() format)...
void GetUUID(UChar_t uuid[16]) const
Return uuid in specified buffer (16 byte = 128 bits).
TInetAddress GetHostAddress() const
Get address of host encoded in UUID.
void GetCurrentTime(uuid_time_t *timestamp)
Get current time as 60 bit 100ns ticks since whenever.
This class stores the date and time with a precision of one second in an unsigned 32 bit word (950130...