The SatDbTableTracking data record contains the table tracking information for one satellite. The fields in the SatDbTableTracking data record are 1:1 replicas of the SQL database record from the table_tracking table. Please refer to the database model description at section Satellite Database how relations between tables are maintained using IDs.
Data Model
| Key | Type | Value |
|---|---|---|
| ttId | Number | a unique ID of this SatDbTableTracking record (auto generated). |
| satelliteId | Number | the ID of the satellite this SatDbTableTracking record refers to. |
| antennaId | Number | the ID of the antenna this SatDbTableTracking record refers to. |
| filename | String | the name of the data file containing the position data of the satellite. Should be treated as a free text entry field in the UI. |
| defaultTt | Boolean | true means "this is the default table tracking dataset for this satellite" |
| comment | String | free text describing the purpose of this dataset |
| modified | String | timestamp, generated by database at creation / modification time |