Definitions for "ObjectID"
a unique identifier for that object
In AIPS++, a globally unique identifier for objects. It is presently a concatenation of the host address, process ID, time, and a per-process unique sequence number. This heuristic suffices for systems that do not ``roll over'' their process ID numbers in a second or less. It is important for persistence.