|
Altium C++ SDK 3.0
|
#include <EDP.SCH.Interfaces.h>
Public Member Functions | |
| std::wstring | GetState_ConfiguratorName () |
| std::wstring | GetParameters (ISch_Component *const ASchComponent) |
| bool | ConfigureComponent (ISch_Component *const ASchComponent) |
| void | SetConfigurationParametersToDefault (ISch_Component *const ASchComponent) |
| bool | GenerateNetlist (std::wstring const AParameters, std::wstring const AFileName) |
| bool | ConfigureComponentParametrically (ISch_Component *const ASchComponent, std::wstring const AParamString) |
| bool | GenerateNetlist_1 (std::wstring const AParameters, std::wstring const AExtendedParams, std::wstring const AFileName) |
| bool | IsChildCoreUsed (std::wstring const AChildCoreName, ISch_Component *const ASchComponent) |
| bool | IsVerilogSupported () |
| std::wstring | GenerateReport (ISch_Component *const ASchComponent) |
| std::wstring | GetConfigurationValues (ISch_Component *const ASchComponent) |
| bool | GenerateSoftwareCode (std::wstring const AInstanceName, std::wstring const AConfigurationValues, IEmbeddedCode *AHeaderFile, IEmbeddedCode *ASourceFile) |
| void | Import_FromDialog (std::wstring *AEncodedParamString) |
| bool | UpdateSymbol (ISch_Component *const ASchComponent) |
| bool | AreConfigurableParametersEquivalent (std::wstring AEncodedParamString, std::wstring BEncodedParamString) |
| std::wstring | GetParametersFromPart (EDP::IPart *const APart) |
| bool | IsChildCoreUsedByPart (std::wstring const AChildCoreName, EDP::IPart *const APart) |
| bool SCH::IComponentConfigurator::AreConfigurableParametersEquivalent | ( | std::wstring | AEncodedParamString, |
| std::wstring | BEncodedParamString ) |
| bool SCH::IComponentConfigurator::ConfigureComponent | ( | ISch_Component *const | ASchComponent | ) |
| bool SCH::IComponentConfigurator::ConfigureComponentParametrically | ( | ISch_Component *const | ASchComponent, |
| std::wstring const | AParamString ) |
| bool SCH::IComponentConfigurator::GenerateNetlist | ( | std::wstring const | AParameters, |
| std::wstring const | AFileName ) |
| bool SCH::IComponentConfigurator::GenerateNetlist_1 | ( | std::wstring const | AParameters, |
| std::wstring const | AExtendedParams, | ||
| std::wstring const | AFileName ) |
| std::wstring SCH::IComponentConfigurator::GenerateReport | ( | ISch_Component *const | ASchComponent | ) |
| bool SCH::IComponentConfigurator::GenerateSoftwareCode | ( | std::wstring const | AInstanceName, |
| std::wstring const | AConfigurationValues, | ||
| IEmbeddedCode * | AHeaderFile, | ||
| IEmbeddedCode * | ASourceFile ) |
| std::wstring SCH::IComponentConfigurator::GetConfigurationValues | ( | ISch_Component *const | ASchComponent | ) |
| std::wstring SCH::IComponentConfigurator::GetParameters | ( | ISch_Component *const | ASchComponent | ) |
| std::wstring SCH::IComponentConfigurator::GetParametersFromPart | ( | EDP::IPart *const | APart | ) |
| std::wstring SCH::IComponentConfigurator::GetState_ConfiguratorName | ( | ) |
| void SCH::IComponentConfigurator::Import_FromDialog | ( | std::wstring * | AEncodedParamString | ) |
| bool SCH::IComponentConfigurator::IsChildCoreUsed | ( | std::wstring const | AChildCoreName, |
| ISch_Component *const | ASchComponent ) |
| bool SCH::IComponentConfigurator::IsChildCoreUsedByPart | ( | std::wstring const | AChildCoreName, |
| EDP::IPart *const | APart ) |
| bool SCH::IComponentConfigurator::IsVerilogSupported | ( | ) |
| void SCH::IComponentConfigurator::SetConfigurationParametersToDefault | ( | ISch_Component *const | ASchComponent | ) |
| bool SCH::IComponentConfigurator::UpdateSymbol | ( | ISch_Component *const | ASchComponent | ) |