|
Altium C++ SDK 3.0
|
#include <EDP.SCH.Interfaces.h>
Public Member Functions | |
| INexusDevice * | GetNexusDevice () |
| void | Import_FromCore () |
| void | Export_ToCore () |
| int | GetIndex () |
| std::wstring | GetName () |
| std::wstring | GetShortName () |
| int | GetWidth () |
| long | GetValue () |
| int | GetByte0 () |
| int | GetByte1 () |
| int | GetByte2 () |
| int | GetByte3 () |
| void | SetValue (long NewValue) |
| std::wstring | GetWideValue () |
| void | SetWideValue (std::wstring const NewValue) |
| void SCH::IProcessorRegister::Export_ToCore | ( | ) |
| int SCH::IProcessorRegister::GetByte0 | ( | ) |
| int SCH::IProcessorRegister::GetByte1 | ( | ) |
| int SCH::IProcessorRegister::GetByte2 | ( | ) |
| int SCH::IProcessorRegister::GetByte3 | ( | ) |
| int SCH::IProcessorRegister::GetIndex | ( | ) |
| std::wstring SCH::IProcessorRegister::GetName | ( | ) |
| INexusDevice * SCH::IProcessorRegister::GetNexusDevice | ( | ) |
| std::wstring SCH::IProcessorRegister::GetShortName | ( | ) |
| long SCH::IProcessorRegister::GetValue | ( | ) |
| std::wstring SCH::IProcessorRegister::GetWideValue | ( | ) |
| int SCH::IProcessorRegister::GetWidth | ( | ) |
| void SCH::IProcessorRegister::Import_FromCore | ( | ) |
| void SCH::IProcessorRegister::SetValue | ( | long | NewValue | ) |
| void SCH::IProcessorRegister::SetWideValue | ( | std::wstring const | NewValue | ) |