|
Altium C++ SDK 3.0
|
#include <EDP.SCH.Interfaces.h>
Public Member Functions | |
| bool | GetIsConnected () |
| int | GetNexusPortCount () |
| INexusPort * | GetNexusPort (int Index) |
| int | GetProjectLinkCount () |
| IProjectLink * | GetProjectLink (int Index) |
| int | GetPCBProjectLinkCount () |
| IPCBProjectLink * | GetPCBProjectLink (int Index) |
| IDeviceLink * | GetSoftDeviceFromDeviceId (std::wstring const AnId) |
| IDeviceLink * | GetProcessorDeviceFromDeviceId (std::wstring const AnId) |
| IProcessFlowRunner * | ProcessFlowRunner () |
| INexusWorkbenchPreferences * | Preferences () |
| void | SynthesizeCoresForProject (EDP::IAbstractVHDLProject *const Project, std::wstring const Configuration) |
| INexusCore * | GetCoreFromDesignator (std::wstring const Designator, EDP::IProject *const Project) |
| INexusCore * | GetCoreFromDevice (INexusDevice *const ANexusDevice) |
| EDP::IProject * | GetProjectFromDevice (INexusDevice *const ANexusDevice) |
| int | GetJtagPortCount () |
| IJtagPort * | GetJtagPort (int Index) |
| INexusCore * SCH::INexusWorkbench::GetCoreFromDesignator | ( | std::wstring const | Designator, |
| EDP::IProject *const | Project ) |
| INexusCore * SCH::INexusWorkbench::GetCoreFromDevice | ( | INexusDevice *const | ANexusDevice | ) |
| bool SCH::INexusWorkbench::GetIsConnected | ( | ) |
| IJtagPort * SCH::INexusWorkbench::GetJtagPort | ( | int | Index | ) |
| int SCH::INexusWorkbench::GetJtagPortCount | ( | ) |
| INexusPort * SCH::INexusWorkbench::GetNexusPort | ( | int | Index | ) |
| int SCH::INexusWorkbench::GetNexusPortCount | ( | ) |
| IPCBProjectLink * SCH::INexusWorkbench::GetPCBProjectLink | ( | int | Index | ) |
| int SCH::INexusWorkbench::GetPCBProjectLinkCount | ( | ) |
| IDeviceLink * SCH::INexusWorkbench::GetProcessorDeviceFromDeviceId | ( | std::wstring const | AnId | ) |
| EDP::IProject * SCH::INexusWorkbench::GetProjectFromDevice | ( | INexusDevice *const | ANexusDevice | ) |
| IProjectLink * SCH::INexusWorkbench::GetProjectLink | ( | int | Index | ) |
| int SCH::INexusWorkbench::GetProjectLinkCount | ( | ) |
| IDeviceLink * SCH::INexusWorkbench::GetSoftDeviceFromDeviceId | ( | std::wstring const | AnId | ) |
| INexusWorkbenchPreferences * SCH::INexusWorkbench::Preferences | ( | ) |
| IProcessFlowRunner * SCH::INexusWorkbench::ProcessFlowRunner | ( | ) |
| void SCH::INexusWorkbench::SynthesizeCoresForProject | ( | EDP::IAbstractVHDLProject *const | Project, |
| std::wstring const | Configuration ) |