コード例 #1
0
ファイル: component.hpp プロジェクト: jananive/libvpd
			inline const string& getNetAddrHN( ) const
			{ return mNetAddr.getHumanName( ); }
コード例 #2
0
ファイル: component.hpp プロジェクト: jananive/libvpd
			inline const string& getPhysicalLocationHN( ) const
			{ return mPhysicalLocation.getHumanName( ); }
コード例 #3
0
ファイル: component.hpp プロジェクト: jananive/libvpd
			inline const string& getRecordTypeHN( ) const
			{ return mRecordType.getHumanName( ); }
コード例 #4
0
ファイル: component.hpp プロジェクト: jananive/libvpd
			inline const string& getCDHN( ) const
			{ return mCDField.getHumanName( ); }
コード例 #5
0
ファイル: component.hpp プロジェクト: jananive/libvpd
			inline const string& getMicroCodeImageHN( ) const
			{ return mMicroCodeImage.getHumanName( ); }
コード例 #6
0
ファイル: component.hpp プロジェクト: jananive/libvpd
			inline const string& getn6HN( ) const
			{ return n6.getHumanName( ); }
コード例 #7
0
ファイル: component.hpp プロジェクト: jananive/libvpd
			inline const string& getModelHN( ) const
			{ return mModel.getHumanName(); }
コード例 #8
0
ファイル: component.hpp プロジェクト: jananive/libvpd
			inline const string& getDevTreeNodeHN( ) const
			{ return deviceTreeNode.getHumanName( ); }
コード例 #9
0
ファイル: component.hpp プロジェクト: jananive/libvpd
			inline const string& getFirmwareLvlHN( ) const
			{ return mFirmwareLevel.getHumanName(); }
コード例 #10
0
ファイル: component.hpp プロジェクト: jananive/libvpd
			inline const string& getFirmwareVersionHN( ) const
			{ return mFirmwareVersion.getHumanName(); }
コード例 #11
0
ファイル: component.hpp プロジェクト: jananive/libvpd
			inline const string& getFRUHN( ) const
			{ return mFRU.getHumanName(); }
コード例 #12
0
ファイル: component.hpp プロジェクト: jananive/libvpd
			inline const string& getPartNumberHN( ) const
			{ return mPartNumber.getHumanName(); }
コード例 #13
0
ファイル: component.hpp プロジェクト: jananive/libvpd
			inline const string& getSerialNumberHN( ) const
			{ return mSerialNumber.getHumanName(); }
コード例 #14
0
ファイル: component.hpp プロジェクト: jananive/libvpd
			inline const string& getSecondLocationHN( ) const
			{ return mSecondLocation.getHumanName( ); }
コード例 #15
0
ファイル: component.hpp プロジェクト: jananive/libvpd
			inline const string& getFeatureCodeHN( ) const
			{ return mFeatureCode.getHumanName(); }
コード例 #16
0
ファイル: component.hpp プロジェクト: jananive/libvpd
			inline const string& getidNodeHN( ) const
			{ return idNode.getHumanName(); }
コード例 #17
0
ファイル: component.hpp プロジェクト: jananive/libvpd
			inline const string& getEngChangeHN( ) const
			{ return mEngChangeLevel.getHumanName(); }
コード例 #18
0
ファイル: component.hpp プロジェクト: jananive/libvpd
			inline const string& getKeywordVersionHN( ) const
			{ return mKeywordVersion.getHumanName( ); }
コード例 #19
0
ファイル: component.hpp プロジェクト: jananive/libvpd
			inline const string& getParentHN( ) const
			{ return mParent.getHumanName(); }
コード例 #20
0
ファイル: component.hpp プロジェクト: jananive/libvpd
			inline const string& getn5HN( ) const
			{ return n5.getHumanName( ); }
コード例 #21
0
ファイル: component.hpp プロジェクト: jananive/libvpd
			inline const string& getManufacturerIDHN( ) const
			{ return mManufacturerID.getHumanName( ); }
コード例 #22
0
ファイル: component.hpp プロジェクト: jananive/libvpd
			inline const string& getMachineSerialHN() const
			{ return plantMfg.getHumanName(); }
コード例 #23
0
ファイル: component.hpp プロジェクト: jananive/libvpd
			// The get human name methods
			inline const string& getDescriptionHN( ) const
			{ return mDescription.getHumanName(); }