MetaTable

From SignalWiki
Jump to navigation Jump to search

The MetaTable defines the author, date, and version number of a timetable. This allows database developers to define information that uniquely identifies the database. This helps the simulator to keep track of which saved simulation uses which database. The fields are as follows:

AUTHOR
(string) Database developer's name.
DATECREATED
(date) Defines the most recent date the database was edited or otherwise changed.
VERSION
(string) Uniquely identifies the database. Prevents a saved simulation from using the wrong database. Value is a GUID.
COMMENTS
(string) This field can be left empty.