TNB Library
|
SMART 属性型 [詳解]
#include <TnbSmartAccessor.h>
公開メンバ関数 | |
CStr | GetAttributeIdString (bool isEnglish=true) const |
[取得] 属性ID文字列取得 [詳解] | |
ULONGLONG | GetValue (void) const |
[取得] Un-normalized value取得 bRawValue[3] を 48bit 値として返します。 [詳解] | |
CStr | ToString (void) const |
[取得] 文字列化 現在の値 ワーストの値 生データx6 の文字列を生成します。 [詳解] | |
静的公開メンバ関数 | |
static CStr | GetAttributeIdString (BYTE attributeId, bool isEnglish=true) |
[取得] 属性ID文字列取得 [詳解] | |
公開変数類 | |
BYTE | bAttrID |
Identifies which attribute [詳解] | |
BYTE | bAttrValue |
Current normalized value [詳解] | |
WORD | bRawValue [3] |
Un-normalized value [詳解] | |
BYTE | bReserved |
... [詳解] | |
BYTE | bWorstValue |
How bad has it ever been? [詳解] | |
WORD | wStatusFlags |
see bit definitions below [詳解] | |
CStr GetAttributeIdString | ( | bool | isEnglish = true | ) | const |
|
static |
[取得] 属性ID文字列取得
attributeId | 属性ID |
isEnglish | true なら英語、 false なら日本語 |
TnbSmartAccessor.h の 120 行目に定義があります。
ULONGLONG GetValue | ( | void | ) | const |
CStr ToString | ( | void | ) | const |
BYTE bAttrID |
Identifies which attribute
TnbSmartAccessor.h の 75 行目に定義があります。
BYTE bAttrValue |
Current normalized value
TnbSmartAccessor.h の 77 行目に定義があります。
WORD bRawValue[3] |
Un-normalized value
TnbSmartAccessor.h の 79 行目に定義があります。
BYTE bReserved |
...
TnbSmartAccessor.h の 80 行目に定義があります。
BYTE bWorstValue |
How bad has it ever been?
TnbSmartAccessor.h の 78 行目に定義があります。
WORD wStatusFlags |
see bit definitions below
TnbSmartAccessor.h の 76 行目に定義があります。