|
Altium C++ SDK 3.0
|
#include <EDP.SCH.Interfaces.h>
Public Member Functions | |
| long | GetDeviceMemoryIndex () |
| std::wstring | GetBusName () |
| std::wstring | GetDescription () |
| std::wstring | GetBusType () |
| long | GetStartAddress () |
| long | GetSize () |
| bool | GetIsMappedIO () |
| long | GetAddressWidth () |
| std::wstring | GetDesignator () |
| void | SetDeviceMemoryIndex (long AValue) |
| void | SetBusName (std::wstring AValue) |
| void | SetDescription (std::wstring AValue) |
| void | SetBusType (std::wstring AValue) |
| void | SetStartAddress (long AValue) |
| void | SetSize (long AValue) |
| void | SetAddressWidth (long AValue) |
| void | SetIsMappedIO (bool AValue) |
| void | SetDesignator (std::wstring AValue) |
| int | AddLogicalSection (IDeviceMemoryLogicalSection *ANewMap) |
| long | GetChildMapCount () |
| IDeviceMemoryLogicalSection * | GetChildMap (long AIndex) |
| int SCH::IDeviceMemoryArchitectureSection::AddLogicalSection | ( | IDeviceMemoryLogicalSection * | ANewMap | ) |
| long SCH::IDeviceMemoryArchitectureSection::GetAddressWidth | ( | ) |
| std::wstring SCH::IDeviceMemoryArchitectureSection::GetBusName | ( | ) |
| std::wstring SCH::IDeviceMemoryArchitectureSection::GetBusType | ( | ) |
| IDeviceMemoryLogicalSection * SCH::IDeviceMemoryArchitectureSection::GetChildMap | ( | long | AIndex | ) |
| long SCH::IDeviceMemoryArchitectureSection::GetChildMapCount | ( | ) |
| std::wstring SCH::IDeviceMemoryArchitectureSection::GetDescription | ( | ) |
| std::wstring SCH::IDeviceMemoryArchitectureSection::GetDesignator | ( | ) |
| long SCH::IDeviceMemoryArchitectureSection::GetDeviceMemoryIndex | ( | ) |
| bool SCH::IDeviceMemoryArchitectureSection::GetIsMappedIO | ( | ) |
| long SCH::IDeviceMemoryArchitectureSection::GetSize | ( | ) |
| long SCH::IDeviceMemoryArchitectureSection::GetStartAddress | ( | ) |
| void SCH::IDeviceMemoryArchitectureSection::SetAddressWidth | ( | long | AValue | ) |
| void SCH::IDeviceMemoryArchitectureSection::SetBusName | ( | std::wstring | AValue | ) |
| void SCH::IDeviceMemoryArchitectureSection::SetBusType | ( | std::wstring | AValue | ) |
| void SCH::IDeviceMemoryArchitectureSection::SetDescription | ( | std::wstring | AValue | ) |
| void SCH::IDeviceMemoryArchitectureSection::SetDesignator | ( | std::wstring | AValue | ) |
| void SCH::IDeviceMemoryArchitectureSection::SetDeviceMemoryIndex | ( | long | AValue | ) |
| void SCH::IDeviceMemoryArchitectureSection::SetIsMappedIO | ( | bool | AValue | ) |
| void SCH::IDeviceMemoryArchitectureSection::SetSize | ( | long | AValue | ) |
| void SCH::IDeviceMemoryArchitectureSection::SetStartAddress | ( | long | AValue | ) |