Swarm-NG
1.1
|
Primary key of the log file database. More...
Public Member Functions | |
def | __init__ |
Create a primary key object from time, event_id and system_id respectively. More... | |
Properties | |
time = property | |
time field of the associated LogRecord, a floating point value representing time in AU | |
event_id = property | |
Event ID of the associated LogRecord, integer value that is usually 1. More... | |
system_id = property | |
Integer ID of the system that the associated LogRecord has a snapshot. More... | |
Primary key of the log file database.
Most of methods are only for internal use and are not documented.
def swarmng.logdb.PKey.__init__ | ( | self, | |
time, | |||
event_id, | |||
system_id | |||
) |
Create a primary key object from time, event_id and system_id respectively.
Definition at line 27 of file logdb.py.
References swarmng.logdb.PKey.event_id, logdb_primary_key.event_id, swarmng.logdb.PKey.system_id, logdb_primary_key.system_id, swarmng.logdb.PKey.time, swarm::log::event_record< NumData >.time, logdb_primary_key.time, swarm::log::pkey_t.time, swarm::log::event_record<-1 >.time, swarmng.System.time, swarm::log::event_record< 0 >.time, and swarm::snapshot::sys.time.
|
static |
Event ID of the associated LogRecord, integer value that is usually 1.
Definition at line 22 of file logdb.py.
Referenced by swarmng.logdb.PKey.__init__().
|
static |
Integer ID of the system that the associated LogRecord has a snapshot.
Definition at line 24 of file logdb.py.
Referenced by swarmng.logdb.PKey.__init__().