|
Altium C++ SDK 3.0
|
#include <EDP.SCH.Interfaces.h>
Public Member Functions | |
| bool | Initialize () |
| void | Finalize () |
| std::wstring | ChoosePhysicalDevice (std::wstring DeviceName, std::wstring const FilterParameters) |
| IDeviceInformation * | GetDeviceInformation (std::wstring DeviceName) |
| INexusDevice * | GetDeviceFromDeviceId (std::wstring AnId) |
| bool | CanGetDevice (std::wstring DeviceName) |
| INexusDevice * | GetDevice (std::wstring DeviceName) |
| std::wstring | GetDeviceNamesForIdCode (long IdCode) |
| bool | AreDevicesPinCompatible (std::wstring DeviceName1, std::wstring DeviceName2) |
| std::wstring | GetDefaultDevice () |
| void | SetDefaultDevice (std::wstring DeviceName) |
| void | ReleaseDevice (INexusDevice *NexusDevice) |
| std::wstring | GetAllVendors () |
| std::wstring | GetFamiliesForVendor (std::wstring const Vendor) |
| std::wstring | GetDevicesForFamily (std::wstring const Family) |
| IDeviceFamilyManager * | GetDeviceFamilyManager () |
| IGenericDeviceManager * | GetGenericDeviceManager () |
| std::wstring | GetFamiliesForDeviceType (std::wstring const ADeviceType) |
| bool | CompareIdCodes (long IdCodeA, long IdCodeB) |
| bool | GetDeviceCachedInfo (std::wstring const ADeviceName, C_DeviceCachedInformation *AInformation) |
| bool SCH::IDeviceManager::AreDevicesPinCompatible | ( | std::wstring | DeviceName1, |
| std::wstring | DeviceName2 ) |
| bool SCH::IDeviceManager::CanGetDevice | ( | std::wstring | DeviceName | ) |
| std::wstring SCH::IDeviceManager::ChoosePhysicalDevice | ( | std::wstring | DeviceName, |
| std::wstring const | FilterParameters ) |
| bool SCH::IDeviceManager::CompareIdCodes | ( | long | IdCodeA, |
| long | IdCodeB ) |
| void SCH::IDeviceManager::Finalize | ( | ) |
| std::wstring SCH::IDeviceManager::GetAllVendors | ( | ) |
| std::wstring SCH::IDeviceManager::GetDefaultDevice | ( | ) |
| INexusDevice * SCH::IDeviceManager::GetDevice | ( | std::wstring | DeviceName | ) |
| bool SCH::IDeviceManager::GetDeviceCachedInfo | ( | std::wstring const | ADeviceName, |
| C_DeviceCachedInformation * | AInformation ) |
| IDeviceFamilyManager * SCH::IDeviceManager::GetDeviceFamilyManager | ( | ) |
| INexusDevice * SCH::IDeviceManager::GetDeviceFromDeviceId | ( | std::wstring | AnId | ) |
| IDeviceInformation * SCH::IDeviceManager::GetDeviceInformation | ( | std::wstring | DeviceName | ) |
| std::wstring SCH::IDeviceManager::GetDeviceNamesForIdCode | ( | long | IdCode | ) |
| std::wstring SCH::IDeviceManager::GetDevicesForFamily | ( | std::wstring const | Family | ) |
| std::wstring SCH::IDeviceManager::GetFamiliesForDeviceType | ( | std::wstring const | ADeviceType | ) |
| std::wstring SCH::IDeviceManager::GetFamiliesForVendor | ( | std::wstring const | Vendor | ) |
| IGenericDeviceManager * SCH::IDeviceManager::GetGenericDeviceManager | ( | ) |
| bool SCH::IDeviceManager::Initialize | ( | ) |
| void SCH::IDeviceManager::ReleaseDevice | ( | INexusDevice * | NexusDevice | ) |
| void SCH::IDeviceManager::SetDefaultDevice | ( | std::wstring | DeviceName | ) |