ATCFS
 全て クラス 名前空間 ファイル 関数 変数 型定義 マクロ定義 ページ
関数 | 変数
Ats.h ファイル
#include <deque>
Ats.h の依存先関係図:
被依存関係図:

[ソースコード]

関数

void PassedBeacon (void)
 SetBeaconDataの実行タイミングを制御するための関数 [詳解]
 

変数

int g_emgBrake
 
int g_svcBrake
 
int g_brakeNotch
 
int g_powerNotch
 
int g_reverser
 
bool g_pilotlamp
 
int g_time
 
float g_speed
 
int g_deltaT
 
ATS_HANDLES g_output
 
std::deque< int > g_beacon_type
 地上子種別 [詳解]
 
std::deque< int > g_beacon_sig
 対となるセクションの信号 [詳解]
 
std::deque< float > g_beacon_dist
 対となるセクションまでの距離[m] [詳解]
 
std::deque< int > g_beacon_opt
 地上子に設定された任意の値 [詳解]
 
Accel g_accel
 加速度 [詳解]
 
Atc g_atc
 ATC. [詳解]
 
Atsp g_atsp
 ATS-P. [詳解]
 
Wiper g_wiper
 ワイパー [詳解]
 
Sub g_sub
 その他機能 [詳解]
 
AtcfsCfg g_ini
 Iniファイル [詳解]
 

関数詳解

void PassedBeacon ( void  )

SetBeaconDataの実行タイミングを制御するための関数

呼び出し関係図:

被呼び出し関係図:

変数詳解

Accel g_accel

加速度

Atc g_atc

ATC.

Atsp g_atsp

ATS-P.

std::deque<float> g_beacon_dist

対となるセクションまでの距離[m]

std::deque<int> g_beacon_opt

地上子に設定された任意の値

std::deque<int> g_beacon_sig

対となるセクションの信号

std::deque<int> g_beacon_type

地上子種別

int g_brakeNotch
int g_deltaT
int g_emgBrake
AtcfsCfg g_ini

Iniファイル

ATS_HANDLES g_output
bool g_pilotlamp
int g_powerNotch
int g_reverser
float g_speed
Sub g_sub

その他機能

int g_svcBrake
int g_time
Wiper g_wiper

ワイパー