ATCFS For OpenBVE
|
IniParser.Helpers.Assert | |
ATCFS.Atc.AtcA | ATC-1, ATC-2を再現するクラス |
ATCFS.Atc.AtcD | ATC-NS, KS-ATC, DS-ATCを再現するクラス |
ATCFS.BaseFunc | |
ATCFS.Device | 抽象的な保安装置を表すクラス |
ATCFS.Accel | 列車の加速度を算出するクラス |
ATCFS.Atc | ATC-1, ATC-2, ATC-NS, KS-ATC, DS-ATCを再現するクラス |
ATCFS.AtsP | ATS-Pを再現するクラス |
ATCFS.Sub | その他機能を再現するクラス |
Exception | |
IniParser.Exceptions.ParsingException | Represents an error ococcurred while parsing data |
ATCFS.Atc.Fuzzy | 予見Fuzzy制御を再現するクラス |
ICloneable | |
IniParser.Model.Configuration.IniParserConfiguration | Defines data for a Parser configuration object. |
IniParser.Model.Configuration.ConcatenateDuplicatedKeysIniParserConfiguration | |
IniParser.Model.Configuration.DefaultIniParserConfiguration | |
IniParser.Model.IniData | Represents all data from an INI file |
IniParser.Model.IniDataCaseInsensitive | Represents all data from an INI file exactly as the IniData class, but searching for sections and keys names is done with a case insensitive search. |
IniParser.Model.KeyData | Information associated to a key from an INI file. Includes both the value and the comments associated to the key. |
IniParser.Model.KeyDataCollection | Represents a collection of Keydata. |
IniParser.Model.SectionData | Information associated to a section in a INI File Includes both the value and the comments associated to the key. |
IniParser.Model.SectionDataCollection | |
IEnumerable< KeyData > | |
IniParser.Model.KeyDataCollection | Represents a collection of Keydata. |
IEnumerable< SectionData > | |
IniParser.Model.SectionDataCollection | |
IniParser.Model.Formatting.IIniDataFormatter | Formats a IniData structure to an string |
IniParser.Model.Formatting.DefaultIniDataFormatter | |
IniParser.Parser.IniDataParser | Responsible for parsing an string from an ini file, and creating an IniData structure. |
IniParser.Parser.ConcatenateDuplicatedKeysIniDataParser | |
IRuntime | |
ATCFS.Plugin | プラグインによって実装されるインタフェース |
ATCFS.LoadConfig | 設定を読み込むクラス |
ATCFS.Atc.AtcD.PatternD | 制限速度パターン関連を記述するクラス |
ATCFS.AtsP.PatternP | 制限速度パターン関連を記述するクラス |
ATCFS.Train.ReadOnlyHandles | 読み込みのみ可能なハンドル操作を表すクラス |
ATCFS.Atc.AtcD.SectionD | 停止信号パターン関連を記述するクラス |
ATCFS.AtsP.SectionP | 停止信号パターン関連を記述するクラス |
ATCFS.Sounds.Sound | ループ音を表すクラス |
ATCFS.Sounds | |
ATCFS.Atc.AtcD.StationD | 駅停車パターン関連を記述するクラス |
IniParser.StreamIniDataParser | Represents an INI data parser for streams. |
IniParser.FileIniDataParser | Represents an INI data parser for files. |
IniParser.StringIniParser | Represents an INI data parser for strings |
ATCFS.Train | このプラグインによってシミュレートされる列車を表すクラス |