|
Altium C++ SDK 3.0
|
#include <EDP.SCH.Interfaces.h>
Public Member Functions | |
| IDeviceMemoryLogicalSection * | GetDefaultROMLogicalSection () |
| IDeviceMemoryLogicalSection * | GetDefaultRAMLogicalSection () |
| IDeviceMemoryLogicalSection * | GetDefaultFlashLogicalSection () |
| long | GetArchitectureSectionCount () |
| long | GetLogicalSectionCount () |
| IDeviceMemoryLogicalSection * | GetLogicalSection (long AIndex) |
| IDeviceMemoryArchitectureSection * | GetArchitectureSection (long AIndex) |
| int | AddArchitectureSection (IDeviceMemoryArchitectureSection *ANewMap) |
| int | AddLogicalSection (IDeviceMemoryLogicalSection *ANewMap) |
| int | AddDefaultSection (IDeviceMemoryLogicalSection *ANewMap) |
| int SCH::IDeviceMemoryInformation::AddArchitectureSection | ( | IDeviceMemoryArchitectureSection * | ANewMap | ) |
| int SCH::IDeviceMemoryInformation::AddDefaultSection | ( | IDeviceMemoryLogicalSection * | ANewMap | ) |
| int SCH::IDeviceMemoryInformation::AddLogicalSection | ( | IDeviceMemoryLogicalSection * | ANewMap | ) |
| IDeviceMemoryArchitectureSection * SCH::IDeviceMemoryInformation::GetArchitectureSection | ( | long | AIndex | ) |
| long SCH::IDeviceMemoryInformation::GetArchitectureSectionCount | ( | ) |
| IDeviceMemoryLogicalSection * SCH::IDeviceMemoryInformation::GetDefaultFlashLogicalSection | ( | ) |
| IDeviceMemoryLogicalSection * SCH::IDeviceMemoryInformation::GetDefaultRAMLogicalSection | ( | ) |
| IDeviceMemoryLogicalSection * SCH::IDeviceMemoryInformation::GetDefaultROMLogicalSection | ( | ) |
| IDeviceMemoryLogicalSection * SCH::IDeviceMemoryInformation::GetLogicalSection | ( | long | AIndex | ) |
| long SCH::IDeviceMemoryInformation::GetLogicalSectionCount | ( | ) |