|
Altium C++ SDK 3.0
|
#include <EDP.SCH.Interfaces.h>
Public Member Functions | |
| void | VarAdd (std::wstring const AName, bool AIncludeIf, std::wstring const AReplaceWith) |
| int | TargetInputCount () |
| IClockModifierTarget * | TargetInput (int Index) |
| int | TargetOutputCount () |
| IClockModifierTarget * | TargetOutput (int Index) |
| int | OutputActualCount () |
| IClockOutputActual * | OutputActual (int Index) |
| void | AddCustomVars () |
| int | InternalActualCount () |
| IClockOutputActual * | InternalActual (int Index) |
| void SCH::IClockCoreTemplate::AddCustomVars | ( | ) |
| IClockOutputActual * SCH::IClockCoreTemplate::InternalActual | ( | int | Index | ) |
| int SCH::IClockCoreTemplate::InternalActualCount | ( | ) |
| IClockOutputActual * SCH::IClockCoreTemplate::OutputActual | ( | int | Index | ) |
| int SCH::IClockCoreTemplate::OutputActualCount | ( | ) |
| IClockModifierTarget * SCH::IClockCoreTemplate::TargetInput | ( | int | Index | ) |
| int SCH::IClockCoreTemplate::TargetInputCount | ( | ) |
| IClockModifierTarget * SCH::IClockCoreTemplate::TargetOutput | ( | int | Index | ) |
| int SCH::IClockCoreTemplate::TargetOutputCount | ( | ) |
| void SCH::IClockCoreTemplate::VarAdd | ( | std::wstring const | AName, |
| bool | AIncludeIf, | ||
| std::wstring const | AReplaceWith ) |