|
Altium C++ SDK 3.0
|
#include <EDP.SCH.Interfaces.h>
Public Member Functions | |
| long | GetDeviceMemoryIndex () |
| std::wstring | GetBusName () |
| std::wstring | GetBusType () |
| std::wstring | GetUsageType () |
| std::wstring | GetPhysicalType () |
| long | GetStartAddress () |
| long | GetSize () |
| long | GetMAU () |
| bool | GetIsDefault () |
| IDeviceMemoryArchitectureSection * | GetParentMap () |
| std::wstring | GetDesignator () |
| std::wstring | GetMemConfig () |
| bool | GetIsExternal () |
| void | SetDeviceMemoryIndex (long AValue) |
| void | SetIsDefault (bool AValue) |
| void | SetMAU (long AValue) |
| void | SetBusName (std::wstring AValue) |
| void | SetBusType (std::wstring AValue) |
| void | SetParentMap (IDeviceMemoryArchitectureSection *AValue) |
| void | SetSize (long AValue) |
| void | SetStartAddress (long AValue) |
| void | SetUsageType (std::wstring AValue) |
| void | SetPhysicalType (std::wstring AValue) |
| void | SetDesignator (std::wstring AValue) |
| void | SetMemConfig (std::wstring AValue) |
| void | SetIsExternal (bool AValue) |
| std::wstring SCH::IDeviceMemoryLogicalSection::GetBusName | ( | ) |
| std::wstring SCH::IDeviceMemoryLogicalSection::GetBusType | ( | ) |
| std::wstring SCH::IDeviceMemoryLogicalSection::GetDesignator | ( | ) |
| long SCH::IDeviceMemoryLogicalSection::GetDeviceMemoryIndex | ( | ) |
| bool SCH::IDeviceMemoryLogicalSection::GetIsDefault | ( | ) |
| bool SCH::IDeviceMemoryLogicalSection::GetIsExternal | ( | ) |
| long SCH::IDeviceMemoryLogicalSection::GetMAU | ( | ) |
| std::wstring SCH::IDeviceMemoryLogicalSection::GetMemConfig | ( | ) |
| IDeviceMemoryArchitectureSection * SCH::IDeviceMemoryLogicalSection::GetParentMap | ( | ) |
| std::wstring SCH::IDeviceMemoryLogicalSection::GetPhysicalType | ( | ) |
| long SCH::IDeviceMemoryLogicalSection::GetSize | ( | ) |
| long SCH::IDeviceMemoryLogicalSection::GetStartAddress | ( | ) |
| std::wstring SCH::IDeviceMemoryLogicalSection::GetUsageType | ( | ) |
| void SCH::IDeviceMemoryLogicalSection::SetBusName | ( | std::wstring | AValue | ) |
| void SCH::IDeviceMemoryLogicalSection::SetBusType | ( | std::wstring | AValue | ) |
| void SCH::IDeviceMemoryLogicalSection::SetDesignator | ( | std::wstring | AValue | ) |
| void SCH::IDeviceMemoryLogicalSection::SetDeviceMemoryIndex | ( | long | AValue | ) |
| void SCH::IDeviceMemoryLogicalSection::SetIsDefault | ( | bool | AValue | ) |
| void SCH::IDeviceMemoryLogicalSection::SetIsExternal | ( | bool | AValue | ) |
| void SCH::IDeviceMemoryLogicalSection::SetMAU | ( | long | AValue | ) |
| void SCH::IDeviceMemoryLogicalSection::SetMemConfig | ( | std::wstring | AValue | ) |
| void SCH::IDeviceMemoryLogicalSection::SetParentMap | ( | IDeviceMemoryArchitectureSection * | AValue | ) |
| void SCH::IDeviceMemoryLogicalSection::SetPhysicalType | ( | std::wstring | AValue | ) |
| void SCH::IDeviceMemoryLogicalSection::SetSize | ( | long | AValue | ) |
| void SCH::IDeviceMemoryLogicalSection::SetStartAddress | ( | long | AValue | ) |
| void SCH::IDeviceMemoryLogicalSection::SetUsageType | ( | std::wstring | AValue | ) |