6 #ifndef AMDAEMON_CANTARGETPROPERTY_H 7 #define AMDAEMON_CANTARGETPROPERTY_H 21 class InnerIndexHolder;
48 return (this->
getId() != 0);
57 std::uint16_t
getId()
const;
76 std::size_t _portIndex;
77 std::size_t _targetIndex;
88 #endif // AMDAEMON_CANTARGETPROPERTY_H const wchar_t * getProduct() const
ボード品番文字列を取得する。
bool valid() const
有効な情報を保持しているか否かを取得する。
Definition: CanTargetProperty.h:46
std::uint16_t getId() const
ボードID値を取得する。
CANターゲットの分類を定義する列挙 CanTargetType のヘッダ。
CanTargetType
CANターゲットの分類を定義する列挙。
Definition: CanTargetType.h:19
AM Daemon ライブラリクラス群の基底名前空間。
Definition: Log.h:13
const wchar_t * getCustomChip() const
カスタムチップ品番文字列を取得する。
std::uint16_t getFirmSum() const
ファームウェアチェックサム値を取得する。
CanTargetType getType() const
ターゲット分類を取得する。
CANボード単体の情報を提供するクラス。
Definition: CanTargetProperty.h:28
std::uint16_t getFirmRevision() const
ファームウェアリビジョン値を取得する。
CanTargetProperty(InnerIndexHolder, InnerIndexHolder)
コンストラクタ。