AM Daemon ライブラリリファレンス
名前空間 | 列挙型 | 関数 | 変数
BoardIODef.h ファイル

DipSwitch、PushSwitch、LEDの定数定義を提供するヘッダ。 [詳解]

#include "amdaemon/env.h"
#include <cstddef>
+ BoardIODef.h の依存先関係図:

[ソースコード]

名前空間

 amdaemon
 AM Daemon ライブラリクラス群の基底名前空間。
 

列挙型

enum  amdaemon::DipSwitchPos : std::size_t {
  amdaemon::DipSwitchPos::App1,
  amdaemon::DipSwitchPos::App2,
  amdaemon::DipSwitchPos::App3,
  amdaemon::DipSwitchPos::MonitorAngle,
  amdaemon::DipSwitchPos::Resolution1,
  amdaemon::DipSwitchPos::Resolution2,
  amdaemon::DipSwitchPos::Resolution3,
  amdaemon::DipSwitchPos::Reserved
}
 DipSwitch位置定義列挙。 [詳解]
 

関数

const wchar_t * amdaemon::toString (DipSwitchPos pos)
 DipSwitchPos 列挙値の文字列表現値を取得する。 [詳解]
 

変数

static const std::size_t amdaemon::DipSwitchCount
 DipSwitch個数。 [詳解]
 
static const std::size_t amdaemon::PushSwitchCount
 PushSwitch個数。 [詳解]
 
static const std::size_t amdaemon::BoardLedCount
 LED個数。 [詳解]
 

詳解

DipSwitch、PushSwitch、LEDの定数定義を提供するヘッダ。

Copyright(C)SEGA