Пример #1
0
void OR2::Draw(Interface* pInterface)
{
	pInterface->DrawComponent(GetGraphicsInfo(), "OR2", GetStatus());
	for(unsigned int i = 0; i < m_InputPins.size(); i++)
        m_InputPins[i].Draw(pInterface);
	m_OutputPin.Draw(pInterface);
}
Пример #2
0
STCltHardwareInfo& CSystemInfo::GetHardwareInfo()
{
	GetCPUInfo();
	GetMainboardInfo();
	GetMemoryInfo();
	GetHarddiskInfo();
	GetSoundCardInfo();
	GetGraphicsInfo();
	GetNICInfo();
	GetCameraInfo();

	return m_stCltHardInfo;
}