|
Altium C++ SDK 3.0
|
#include <EDP.SCH.Interfaces.h>
Public Member Functions | |
| INexusDevice * | GetNexusDevice () |
| void | Import_FromCore () |
| void | Export_ToCore () |
| TNexusBreakpointKind | GetKind () |
| bool | GetEnabled () |
| bool | GetBreakOnRead () |
| bool | GetBreakOnWrite () |
| int | GetData () |
| int | GetAddressLow () |
| int | GetAddressHigh () |
| int | GetDataMask () |
| bool | GetStopped () |
| int | GetIndex () |
| std::wstring | GetDescription () |
| void | SetKind (TNexusBreakpointKind Value) |
| void | SetEnabled (bool Value) |
| void | SetBreakOnRead (bool Value) |
| void | SetBreakOnWrite (bool Value) |
| void | SetData (int Value) |
| void | SetAddressLow (int Value) |
| void | SetAddressHigh (int Value) |
| void | SetDataMask (int Value) |
| void SCH::INexusBreakpoint::Export_ToCore | ( | ) |
| int SCH::INexusBreakpoint::GetAddressHigh | ( | ) |
| int SCH::INexusBreakpoint::GetAddressLow | ( | ) |
| bool SCH::INexusBreakpoint::GetBreakOnRead | ( | ) |
| bool SCH::INexusBreakpoint::GetBreakOnWrite | ( | ) |
| int SCH::INexusBreakpoint::GetData | ( | ) |
| int SCH::INexusBreakpoint::GetDataMask | ( | ) |
| std::wstring SCH::INexusBreakpoint::GetDescription | ( | ) |
| bool SCH::INexusBreakpoint::GetEnabled | ( | ) |
| int SCH::INexusBreakpoint::GetIndex | ( | ) |
| TNexusBreakpointKind SCH::INexusBreakpoint::GetKind | ( | ) |
| INexusDevice * SCH::INexusBreakpoint::GetNexusDevice | ( | ) |
| bool SCH::INexusBreakpoint::GetStopped | ( | ) |
| void SCH::INexusBreakpoint::Import_FromCore | ( | ) |
| void SCH::INexusBreakpoint::SetAddressHigh | ( | int | Value | ) |
| void SCH::INexusBreakpoint::SetAddressLow | ( | int | Value | ) |
| void SCH::INexusBreakpoint::SetBreakOnRead | ( | bool | Value | ) |
| void SCH::INexusBreakpoint::SetBreakOnWrite | ( | bool | Value | ) |
| void SCH::INexusBreakpoint::SetData | ( | int | Value | ) |
| void SCH::INexusBreakpoint::SetDataMask | ( | int | Value | ) |
| void SCH::INexusBreakpoint::SetEnabled | ( | bool | Value | ) |
| void SCH::INexusBreakpoint::SetKind | ( | TNexusBreakpointKind | Value | ) |