|
enum | CanErrorReport {
CanErrorReport::None,
CanErrorReport::Busy,
CanErrorReport::Unsupported,
CanErrorReport::InvalidParam,
CanErrorReport::Fail,
CanErrorReport::Reserved_05,
CanErrorReport::Reserved_06,
CanErrorReport::Reserved_07,
CanErrorReport::Reserved_08,
CanErrorReport::Reserved_09,
CanErrorReport::Reserved_0A,
CanErrorReport::Reserved_0B,
CanErrorReport::Reserved_0C,
CanErrorReport::Reserved_0D,
CanErrorReport::Reserved_0E,
CanErrorReport::Unknown
} |
| CAN通信で発生したエラーの種別を表す列挙。 [詳解]
|
|
enum | DumpTarget {
DumpTarget::All,
DumpTarget::Process,
DumpTarget::Common,
DumpTarget::AbaasLog,
DumpTarget::Aime,
DumpTarget::AllnetAuth,
DumpTarget::AllnetAccounting,
DumpTarget::AllnetWiFi,
DumpTarget::AppImage,
DumpTarget::Backup,
DumpTarget::BoardIO,
DumpTarget::Can,
DumpTarget::Credit,
DumpTarget::EMoney,
DumpTarget::Error,
DumpTarget::Input,
DumpTarget::Jvs,
DumpTarget::LanInstall,
DumpTarget::NetDelivery,
DumpTarget::Network,
DumpTarget::Output,
DumpTarget::Sequence,
DumpTarget::System,
DumpTarget::UsbDevice,
DumpTarget::UsbIO
} |
| ダンプ対象列挙。 [詳解]
|
|
enum | AimeCommand {
AimeCommand::ScanOffline,
AimeCommand::Scan
} |
| Aimeポーリング処理コマンド列挙。 [詳解]
|
|
enum | AimeConfirm {
AimeConfirm::None,
AimeConfirm::FeliCaDB,
AimeConfirm::AimeDB
} |
| Aime登録に関する要確認事項種別列挙。 [詳解]
|
|
enum | AimeErrorCategory {
AimeErrorCategory::None,
AimeErrorCategory::Warning,
AimeErrorCategory::Network,
AimeErrorCategory::Fatal,
AimeErrorCategory::Unknown
} |
| Aimeエラーカテゴリ列挙。 [詳解]
|
|
enum | AimeErrorId {
AimeErrorId::None,
AimeErrorId::ReaderSetupFail,
AimeErrorId::ReaderFirmFileInvalid,
AimeErrorId::ReaderFirmUpToDate,
AimeErrorId::ReaderAccessFail,
AimeErrorId::ReaderTimeout,
AimeErrorId::ReaderIncompatible,
AimeErrorId::ReaderTwoOrMore,
AimeErrorId::DBResolveFail,
AimeErrorId::DBAccessTimeout,
AimeErrorId::DBAccessFail,
AimeErrorId::FeliCaInvalid,
AimeErrorId::FeliCaNotFound,
AimeErrorId::FeliCaRegisterFail,
AimeErrorId::AimeIdInvalid,
AimeErrorId::AimeIdNotFound,
AimeErrorId::AimeIdRegisterFail,
AimeErrorId::FeliCaRequired,
AimeErrorId::CardRequired,
AimeErrorId::NoBoardInfo,
AimeErrorId::LogRegisterFail,
AimeErrorId::FeliCaRegistered,
AimeErrorId::AimeIdRegistered,
AimeErrorId::LockBanSystemUser,
AimeErrorId::LockBanSystem,
AimeErrorId::LockBanUser,
AimeErrorId::LockBan,
AimeErrorId::LockSystemUser,
AimeErrorId::LockSystem,
AimeErrorId::LockUser,
AimeErrorId::ReaderFirmUpdateFail,
AimeErrorId::CampaignInfoFail,
AimeErrorId::ReaderDetectFail,
AimeErrorId::FeliCaComFail
} |
| Aime内部エラーID列挙。 [詳解]
|
|
enum | AimeLedStatus {
AimeLedStatus::None,
AimeLedStatus::Scanning,
AimeLedStatus::Success,
AimeLedStatus::Warning,
AimeLedStatus::Error
} |
| AimeのLED点灯ステータス列挙。 [詳解]
|
|
enum | AimeLogStatus {
AimeLogStatus::Enter,
AimeLogStatus::Continue,
AimeLogStatus::Leave
} |
| Aimeログステータス列挙。 [詳解]
|
|
enum | BackupDevice {
BackupDevice::Eeprom,
BackupDevice::Sram,
BackupDevice::File
} |
| バックアップ保存先デバイス列挙。 [詳解]
|
|
enum | BackupRecordStatus {
BackupRecordStatus::Valid,
BackupRecordStatus::DiffApp,
BackupRecordStatus::BrokenData,
BackupRecordStatus::InvalidCall
} |
| バックアップレコード状態列挙。 [詳解]
|
|
enum | DipSwitchPos : std::size_t {
DipSwitchPos::App1,
DipSwitchPos::App2,
DipSwitchPos::App3,
DipSwitchPos::MonitorAngle,
DipSwitchPos::Resolution1,
DipSwitchPos::Resolution2,
DipSwitchPos::Resolution3,
DipSwitchPos::Reserved
} |
| DipSwitch位置定義列挙。 [詳解]
|
|
enum | CanTargetType {
CanTargetType::Host,
CanTargetType::Motor,
CanTargetType::Sensor,
CanTargetType::IO,
CanTargetType::Led,
CanTargetType::Reserved
} |
| CANターゲットの分類を定義する列挙。 [詳解]
|
|
enum | CreditSound {
CreditSound::None,
CreditSound::Coin,
CreditSound::Credit
} |
| ビデオゲーム用のクレジット投入音列挙。 [詳解]
|
|
enum | EMoneyBrandId {
EMoneyBrandId::Nanaco,
EMoneyBrandId::Edy,
EMoneyBrandId::Transport,
EMoneyBrandId::Waon,
EMoneyBrandId::Paseli
} |
| 電子マネーブランドID列挙。 [詳解]
|
|
enum | EMoneyResultStatus {
EMoneyResultStatus::Fail,
EMoneyResultStatus::Success,
EMoneyResultStatus::Unconfirm,
EMoneyResultStatus::Incomplete
} |
| 電子マネー操作の最終状態を表す列挙。 [詳解]
|
|
enum | ErrorResetType {
ErrorResetType::None,
ErrorResetType::Any,
ErrorResetType::Shutdown,
ErrorResetType::Operation,
ErrorResetType::Test
} |
| エラーのリセット種別列挙。 [詳解]
|
|
enum | ExceptionCategory {
ExceptionCategory::Logic,
ExceptionCategory::Operation,
ExceptionCategory::Runtime,
ExceptionCategory::Fatal,
ExceptionCategory::Unknown
} |
| AM Daemon の例外カテゴリ列挙。 [詳解]
|
|
enum | NetDeliveryStatus {
NetDeliveryStatus::Unknown,
NetDeliveryStatus::Error,
NetDeliveryStatus::NotStart,
NetDeliveryStatus::Download,
NetDeliveryStatus::Complete,
NetDeliveryStatus::UpdateReady,
NetDeliveryStatus::UpToDate,
NetDeliveryStatus::Retry
} |
| NET配信ステータス列挙。 [詳解]
|
|
enum | NetworkTestItem {
NetworkTestItem::IpAddress,
NetworkTestItem::Gateway,
NetworkTestItem::LanDns,
NetworkTestItem::Hops,
NetworkTestItem::LineType,
NetworkTestItem::AllnetAuth,
NetworkTestItem::Aime,
NetworkTestItem::EMoney
} |
| ネットワークセルフテスト項目列挙。 [詳解]
|
|
enum | NetworkTestState {
NetworkTestState::None,
NetworkTestState::Busy,
NetworkTestState::Done
} |
| ネットワークセルフテスト状態列挙。 [詳解]
|
|
enum | NextProcess {
NextProcess::Auto,
NextProcess::SegaBoot,
NextProcess::SegaBootError,
NextProcess::SystemTest
} |
| アプリ終了後遷移先列挙。 [詳解]
|
|
enum | PlayAccountingTiming {
PlayAccountingTiming::Normal,
PlayAccountingTiming::AtBegin,
PlayAccountingTiming::AtEnd
} |
| プレイ状態変更と連動して行うALL.Net課金の処理タイミングを表す列挙。 [詳解]
|
|
enum | PlayErrorId {
PlayErrorId::None,
PlayErrorId::InvalidParam,
PlayErrorId::InvalidState,
PlayErrorId::CreditPay,
PlayErrorId::AccountingBegin,
PlayErrorId::AccountingEnd
} |
| プレイ状態変更処理失敗時のエラー内容を表す列挙。 [詳解]
|
|
enum | RegionCode {
RegionCode::Unknown,
RegionCode::Japan,
RegionCode::China,
RegionCode::Export
} |
| 仕向地コード列挙。 [詳解]
|
|
enum | TestResult {
TestResult::None,
TestResult::NA,
TestResult::Good,
TestResult::Bad
} |
| テスト結果列挙。 [詳解]
|
|
enum | UsbDeviceReconnectResult {
UsbDeviceReconnectResult::None,
UsbDeviceReconnectResult::Success,
UsbDeviceReconnectResult::Error,
UsbDeviceReconnectResult::NotFound
} |
| USBデバイス再検出処理結果を表す列挙。 [詳解]
|
|
|
template<DumpTarget target> |
void | dump (::amdaemon::util::JsonObjectAdder &tree) |
| 共有メモリ情報をダンプする。 [詳解]
|
|
template<> |
void | dump< DumpTarget::All > (::amdaemon::util::JsonObjectAdder &tree) |
| 全情報をダンプする。 [詳解]
|
|
void | dumpAll (::amdaemon::util::JsonObjectAdder &tree) |
| 全情報をダンプする。 [詳解]
|
|
template<> |
void | dump< DumpTarget::Process > (::amdaemon::util::JsonObjectAdder &tree) |
| Daemonプロセス関連情報をダンプする。 [詳解]
|
|
template<> |
void | dump< DumpTarget::Common > (::amdaemon::util::JsonObjectAdder &tree) |
| 共通情報をダンプする。 [詳解]
|
|
template<> |
void | dump< DumpTarget::AbaasLog > (::amdaemon::util::JsonObjectAdder &tree) |
| abaas::Log クラス情報をダンプする。 [詳解]
|
|
template<> |
void | dump< DumpTarget::Aime > (::amdaemon::util::JsonObjectAdder &tree) |
| Aime クラス情報をダンプする。 [詳解]
|
|
template<> |
void | dump< DumpTarget::AllnetAuth > (::amdaemon::util::JsonObjectAdder &tree) |
| allnet::Auth クラス情報をダンプする。 [詳解]
|
|
template<> |
void | dump< DumpTarget::AllnetAccounting > (::amdaemon::util::JsonObjectAdder &tree) |
| allnet::Accounting クラス情報をダンプする。 [詳解]
|
|
template<> |
void | dump< DumpTarget::AllnetWiFi > (::amdaemon::util::JsonObjectAdder &tree) |
| allnet::WiFi クラス情報をダンプする。 [詳解]
|
|
template<> |
void | dump< DumpTarget::AppImage > (::amdaemon::util::JsonObjectAdder &tree) |
| AppImage クラス情報をダンプする。 [詳解]
|
|
template<> |
void | dump< DumpTarget::Backup > (::amdaemon::util::JsonObjectAdder &tree) |
| Backup クラス情報をダンプする。 [詳解]
|
|
template<> |
void | dump< DumpTarget::BoardIO > (::amdaemon::util::JsonObjectAdder &tree) |
| BoardIO クラス情報をダンプする。 [詳解]
|
|
template<> |
void | dump< DumpTarget::Can > (::amdaemon::util::JsonObjectAdder &tree) |
| Can クラス情報をダンプする。 [詳解]
|
|
template<> |
void | dump< DumpTarget::Credit > (::amdaemon::util::JsonObjectAdder &tree) |
| Credit クラス情報をダンプする。 [詳解]
|
|
template<> |
void | dump< DumpTarget::EMoney > (::amdaemon::util::JsonObjectAdder &tree) |
| EMoney クラス情報をダンプする。 [詳解]
|
|
template<> |
void | dump< DumpTarget::Error > (::amdaemon::util::JsonObjectAdder &tree) |
| Error クラス情報をダンプする。 [詳解]
|
|
template<> |
void | dump< DumpTarget::Input > (::amdaemon::util::JsonObjectAdder &tree) |
| Input クラス情報をダンプする。 [詳解]
|
|
template<> |
void | dump< DumpTarget::Jvs > (::amdaemon::util::JsonObjectAdder &tree) |
| Jvs クラス情報をダンプする。 [詳解]
|
|
template<> |
void | dump< DumpTarget::LanInstall > (::amdaemon::util::JsonObjectAdder &tree) |
| LanInstall クラス情報をダンプする。 [詳解]
|
|
template<> |
void | dump< DumpTarget::NetDelivery > (::amdaemon::util::JsonObjectAdder &tree) |
| NetDelivery クラス情報をダンプする。 [詳解]
|
|
template<> |
void | dump< DumpTarget::Network > (::amdaemon::util::JsonObjectAdder &tree) |
| Network クラス情報をダンプする。 [詳解]
|
|
template<> |
void | dump< DumpTarget::Output > (::amdaemon::util::JsonObjectAdder &tree) |
| Output クラス情報をダンプする。 [詳解]
|
|
template<> |
void | dump< DumpTarget::Sequence > (::amdaemon::util::JsonObjectAdder &tree) |
| Sequence クラス情報をダンプする。 [詳解]
|
|
template<> |
void | dump< DumpTarget::System > (::amdaemon::util::JsonObjectAdder &tree) |
| System クラス情報をダンプする。 [詳解]
|
|
template<> |
void | dump< DumpTarget::UsbDevice > (::amdaemon::util::JsonObjectAdder &tree) |
| UsbDevice クラス情報をダンプする。 [詳解]
|
|
template<> |
void | dump< DumpTarget::UsbIO > (::amdaemon::util::JsonObjectAdder &tree) |
| UsbIO クラス情報をダンプする。 [詳解]
|
|
template<DumpTarget target> |
std::wstring | dump (std::int32_t indent=0) |
| 共有メモリ情報をダンプする。 [詳解]
|
|
std::wstring | dumpAll (std::int32_t indent=0) |
| 全情報をダンプする。 [詳解]
|
|
std::size_t | getDumpBinarySize () |
| 全情報バイナリサイズを取得する。 [詳解]
|
|
void | dumpBinary (void *dest) |
| 全情報バイナリをダンプする。 [詳解]
|
|
void | dumpBinary (std::vector< std::uint8_t > &dest) |
| 全情報バイナリをダンプする。 [詳解]
|
|
void | dumpAllFromBinary (const void *src,::amdaemon::util::JsonObjectAdder &tree) |
| 全情報バイナリから全情報をダンプする。 [詳解]
|
|
std::wstring | dumpAllFromBinary (const void *src, std::int32_t indent=0) |
| 全情報バイナリから全情報をダンプする。 [詳解]
|
|
bool | operator== (const AccessCode &l, const AccessCode &r) |
| 等価比較演算子のオーバロード。 [詳解]
|
|
bool | operator!= (const AccessCode &l, const AccessCode &r) |
| 非等価比較演算子のオーバロード。 [詳解]
|
|
bool | operator< (const AccessCode &l, const AccessCode &r) |
| 小なり比較演算子のオーバロード。 [詳解]
|
|
bool | operator> (const AccessCode &l, const AccessCode &r) |
| 大なり比較演算子のオーバロード。 [詳解]
|
|
bool | operator<= (const AccessCode &l, const AccessCode &r) |
| 小なり等価比較演算子のオーバロード。 [詳解]
|
|
bool | operator>= (const AccessCode &l, const AccessCode &r) |
| 大なり等価比較演算子のオーバロード。 [詳解]
|
|
const wchar_t * | toString (AimeCommand command) |
| AimeCommand 列挙値の文字列表現値を取得する。 [詳解]
|
|
const wchar_t * | toString (AimeConfirm confirm) |
| AimeConfirm 列挙値の文字列表現値を取得する。 [詳解]
|
|
const wchar_t * | toString (AimeErrorCategory category) |
| AimeErrorCategory 列挙値の文字列表現値を取得する。 [詳解]
|
|
const wchar_t * | toString (AimeErrorId id) |
| AimeErrorId 列挙値の文字列表現値を取得する。 [詳解]
|
|
AimeErrorCategory | getCategory (AimeErrorId id) |
| AimeErrorId 列挙値に対応する AimeErrorCategory 列挙値を取得する。 [詳解]
|
|
bool | operator== (const AimeId &l, const AimeId &r) |
| 等価比較演算子のオーバロード。 [詳解]
|
|
bool | operator!= (const AimeId &l, const AimeId &r) |
| 非等価比較演算子のオーバロード。 [詳解]
|
|
bool | operator< (const AimeId &l, const AimeId &r) |
| 小なり比較演算子のオーバロード。 [詳解]
|
|
bool | operator> (const AimeId &l, const AimeId &r) |
| 大なり比較演算子のオーバロード。 [詳解]
|
|
bool | operator<= (const AimeId &l, const AimeId &r) |
| 小なり等価比較演算子のオーバロード。 [詳解]
|
|
bool | operator>= (const AimeId &l, const AimeId &r) |
| 大なり等価比較演算子のオーバロード。 [詳解]
|
|
const wchar_t * | toString (AimeLedStatus status) |
| AimeLedStatus 列挙値の文字列表現値を取得する。 [詳解]
|
|
const wchar_t * | toString (AimeLogStatus status) |
| AimeLogStatus 列挙値の文字列表現値を取得する。 [詳解]
|
|
bool | operator== (const AimeOfflineId &l, const AimeOfflineId &r) |
| 等価比較演算子のオーバロード。 [詳解]
|
|
bool | operator!= (const AimeOfflineId &l, const AimeOfflineId &r) |
| 非等価比較演算子のオーバロード。 [詳解]
|
|
bool | operator< (const AimeOfflineId &l, const AimeOfflineId &r) |
| 小なり比較演算子のオーバロード。 [詳解]
|
|
bool | operator> (const AimeOfflineId &l, const AimeOfflineId &r) |
| 大なり比較演算子のオーバロード。 [詳解]
|
|
bool | operator<= (const AimeOfflineId &l, const AimeOfflineId &r) |
| 小なり等価比較演算子のオーバロード。 [詳解]
|
|
bool | operator>= (const AimeOfflineId &l, const AimeOfflineId &r) |
| 大なり等価比較演算子のオーバロード。 [詳解]
|
|
const wchar_t * | toString (BackupDevice device) |
| BackupDevice 列挙値の文字列表現値を取得する。 [詳解]
|
|
bool | isValidStatus (BackupRecordStatus status) |
| バックアップレコード状態値が正常であるか否かを取得する。 [詳解]
|
|
const wchar_t * | toString (BackupRecordStatus status) |
| BackupRecordStatus 列挙値の文字列表現値を取得する。 [詳解]
|
|
const wchar_t * | toString (DipSwitchPos pos) |
| DipSwitchPos 列挙値の文字列表現値を取得する。 [詳解]
|
|
CanTargetType | makeCanTargetType (const wchar_t *value, CanTargetType defaultType=CanTargetType::Reserved) |
| CANターゲット種別文字列から CanTargetType 列挙値を作成する。 [詳解]
|
|
const wchar_t * | toString (CanTargetType type) |
| CanTargetType 列挙値の文字列表現値を取得する。 [詳解]
|
|
const wchar_t * | toString (CreditSound sound) |
| CreditSound 列挙値の文字列表現値を取得する。 [詳解]
|
|
const wchar_t * | toString (EMoneyBrandId brandId) |
| EMoneyBrandId 列挙値の文字列表現値を取得する。 [詳解]
|
|
const wchar_t * | toString (EMoneyResultStatus status) |
| EMoneyResultStatus 列挙値の文字列表現値を取得する。 [詳解]
|
|
ErrorResetType | makeErrorResetType (const wchar_t *value, ErrorResetType defaultType=ErrorResetType::Any) |
| エラーリセット種別文字列から ErrorResetType 列挙値を作成する。 [詳解]
|
|
const wchar_t * | toString (ErrorResetType type) |
| ErrorResetType 列挙値の文字列表現値を取得する。 [詳解]
|
|
void | raiseException (const Exception &ex) |
| 例外を発生させる。 [詳解]
|
|
const wchar_t * | toString (ExceptionCategory category) |
| ExceptionCategory 列挙値の文字列表現値を取得する。 [詳解]
|
|
bool | operator== (const FeliCaId &l, const FeliCaId &r) |
| 等価比較演算子のオーバロード。 [詳解]
|
|
bool | operator!= (const FeliCaId &l, const FeliCaId &r) |
| 非等価比較演算子のオーバロード。 [詳解]
|
|
bool | operator< (const FeliCaId &l, const FeliCaId &r) |
| 小なり比較演算子のオーバロード。 [詳解]
|
|
bool | operator> (const FeliCaId &l, const FeliCaId &r) |
| 大なり比較演算子のオーバロード。 [詳解]
|
|
bool | operator<= (const FeliCaId &l, const FeliCaId &r) |
| 小なり等価比較演算子のオーバロード。 [詳解]
|
|
bool | operator>= (const FeliCaId &l, const FeliCaId &r) |
| 大なり等価比較演算子のオーバロード。 [詳解]
|
|
const wchar_t * | toString (NetDeliveryStatus status, bool japanese=false) |
| NetDeliveryStatus 列挙値の文字列表現値を取得する。 [詳解]
|
|
const wchar_t * | toString (NetworkTestItem item) |
| NetworkTestItem 列挙値の文字列表現値を取得する。 [詳解]
|
|
const wchar_t * | toString (NetworkTestState state) |
| NetworkTestState 列挙値の文字列表現値を取得する。 [詳解]
|
|
const wchar_t * | toString (NextProcess nextProcess) |
| NextProcess 列挙値の文字列表現値を取得する。 [詳解]
|
|
const wchar_t * | toString (PlayAccountingTiming timing) |
| PlayAccountingTiming 列挙値の文字列表現値を取得する。 [詳解]
|
|
const wchar_t * | toString (PlayErrorId id) |
| PlayErrorId 列挙値の文字列表現値を取得する。 [詳解]
|
|
const wchar_t * | getDefaultLanguage (RegionCode regionCode) |
| 仕向地コードに対応する既定言語名を取得する。 [詳解]
|
|
const wchar_t * | toString (RegionCode regionCode) |
| RegionCode 列挙値の文字列表現値を取得する。 [詳解]
|
|
bool | operator== (const Resolution &l, const Resolution &r) |
| 等価比較演算子のオーバロード。 [詳解]
|
|
bool | operator!= (const Resolution &l, const Resolution &r) |
| 非等価比較演算子のオーバロード。 [詳解]
|
|
bool | operator== (const StandardSerialId &l, const StandardSerialId &r) |
| 等価比較演算子のオーバロード。 [詳解]
|
|
bool | operator!= (const StandardSerialId &l, const StandardSerialId &r) |
| 非等価比較演算子のオーバロード。 [詳解]
|
|
bool | operator== (const ShortSerialId &l, const ShortSerialId &r) |
| 等価比較演算子のオーバロード。 [詳解]
|
|
bool | operator!= (const ShortSerialId &l, const ShortSerialId &r) |
| 非等価比較演算子のオーバロード。 [詳解]
|
|
bool | operator== (const SerialId &l, const SerialId &r) |
| 等価比較演算子のオーバロード。 [詳解]
|
|
bool | operator!= (const SerialId &l, const SerialId &r) |
| 非等価比較演算子のオーバロード。 [詳解]
|
|
const wchar_t * | toString (TestResult result) |
| TestResult 列挙値の文字列表現値を取得する。 [詳解]
|
|
const wchar_t * | toString (UsbDeviceReconnectResult result) |
| UsbDeviceReconnectResult 列挙値の文字列表現値を取得する。 [詳解]
|
|
bool | operator== (const Version &l, const Version &r) |
| 等価比較演算子のオーバロード。 [詳解]
|
|
bool | operator!= (const Version &l, const Version &r) |
| 非等価比較演算子のオーバロード。 [詳解]
|
|
bool | operator< (const Version &l, const Version &r) |
| 小なり比較演算子のオーバロード。 [詳解]
|
|
bool | operator> (const Version &l, const Version &r) |
| 大なり比較演算子のオーバロード。 [詳解]
|
|
bool | operator<= (const Version &l, const Version &r) |
| 小なり等価比較演算子のオーバロード。 [詳解]
|
|
bool | operator>= (const Version &l, const Version &r) |
| 大なり等価比較演算子のオーバロード。 [詳解]
|
|
AM Daemon ライブラリクラス群の基底名前空間。