|
Altium C++ SDK 3.0
|
#include <EDP.Interfaces.h>
Public Member Functions | |
| bool | IsCompound () |
| int | GetValueCount () |
| IWaveValue * | GetValue (int Index) |
| void | SetValueBit (int AValue) |
| void | SetValueInteger (int AValue) |
| void | SetValueReal (double AValue) |
| void | SetValueCUPL (TLogicalState AState, TSignalStrength AStrength) |
| void | SetValuePhysical (double AMagnitude, int AUnit) |
| IWaveValue * EDP::IWaveValue::GetValue | ( | int | Index | ) |
| int EDP::IWaveValue::GetValueCount | ( | ) |
| bool EDP::IWaveValue::IsCompound | ( | ) |
| void EDP::IWaveValue::SetValueBit | ( | int | AValue | ) |
| void EDP::IWaveValue::SetValueCUPL | ( | TLogicalState | AState, |
| TSignalStrength | AStrength ) |
| void EDP::IWaveValue::SetValueInteger | ( | int | AValue | ) |
| void EDP::IWaveValue::SetValuePhysical | ( | double | AMagnitude, |
| int | AUnit ) |
| void EDP::IWaveValue::SetValueReal | ( | double | AValue | ) |