|
Altium C++ SDK 3.0
|
#include <EDP.SCH.Interfaces.h>
Public Member Functions | |
| void | SetDefaultClock (std::wstring const AValue) |
| std::wstring | GetDefaultClock () |
| void | SetDefaultReset (std::wstring const AValue) |
| std::wstring | GetDefaultReset () |
| void | AutoConfigure () |
| void | DisableAutoConfigure () |
| void | EnableAutoConfigure () |
| void | UpdateConnectors () |
| bool | RunSignalManager () |
| DXP::IInterfaceList * | GetAllProcessors () |
| DXP::IInterfaceList * | GetAllConnectedPeripherals (IOpenBus_Component *const AComp) |
| DXP::IInterfaceList * | GetAllConnectedMemories (IOpenBus_Component *const AComp) |
| void SCH::IOpenBus_Document::AutoConfigure | ( | ) |
| void SCH::IOpenBus_Document::DisableAutoConfigure | ( | ) |
| void SCH::IOpenBus_Document::EnableAutoConfigure | ( | ) |
| DXP::IInterfaceList * SCH::IOpenBus_Document::GetAllConnectedMemories | ( | IOpenBus_Component *const | AComp | ) |
| DXP::IInterfaceList * SCH::IOpenBus_Document::GetAllConnectedPeripherals | ( | IOpenBus_Component *const | AComp | ) |
| DXP::IInterfaceList * SCH::IOpenBus_Document::GetAllProcessors | ( | ) |
| std::wstring SCH::IOpenBus_Document::GetDefaultClock | ( | ) |
| std::wstring SCH::IOpenBus_Document::GetDefaultReset | ( | ) |
| bool SCH::IOpenBus_Document::RunSignalManager | ( | ) |
| void SCH::IOpenBus_Document::SetDefaultClock | ( | std::wstring const | AValue | ) |
| void SCH::IOpenBus_Document::SetDefaultReset | ( | std::wstring const | AValue | ) |
| void SCH::IOpenBus_Document::UpdateConnectors | ( | ) |