Public Member Functions |
| PLC_TimeVariantConstValue (Ptr< const SpectrumModel > sm, PLC_Value value=PLC_Value(0, 0), size_t timeslots=PLC_Time::GetNumTimeslots()) |
| PLC_TimeVariantConstValue (Ptr< const SpectrumModel > sm, const PLC_TimeVariantValue &values) |
| PLC_TimeVariantConstValue (const PLC_ConstValue &value, size_t timeslots=PLC_Time::GetNumTimeslots()) |
| PLC_TimeVariantConstValue (const PLC_TimeVariantConstValue &value) |
PLC_TimeVariantValue | GetValues (void) const |
size_t | GetNumTimeSlots (void) const |
PLC_TimeVariantConstValue & | operator= (const PLC_ConstValue &value) |
PLC_TimeVariantConstValue & | operator= (const PLC_TimeVariantConstValue &value) |
PLC_Value | operator[] (size_t i) const |
PLC_TimeVariantConstValue & | operator+= (double value) |
PLC_TimeVariantConstValue & | operator+= (const PLC_Value &value) |
PLC_TimeVariantConstValue & | operator+= (const PLC_ConstValue &value) |
PLC_TimeVariantConstValue & | operator+= (const PLC_TimeVariantConstValue &value) |
PLC_TimeVariantConstValue & | operator-= (double value) |
PLC_TimeVariantConstValue & | operator-= (const PLC_Value &value) |
PLC_TimeVariantConstValue & | operator-= (const PLC_ConstValue &value) |
PLC_TimeVariantConstValue & | operator-= (const PLC_TimeVariantConstValue &value) |
PLC_TimeVariantConstValue & | operator*= (double value) |
PLC_TimeVariantConstValue & | operator*= (const PLC_Value &value) |
PLC_TimeVariantConstValue & | operator*= (const PLC_ConstValue &value) |
PLC_TimeVariantConstValue & | operator*= (const PLC_TimeVariantConstValue &value) |
PLC_TimeVariantConstValue & | operator/= (double value) |
PLC_TimeVariantConstValue & | operator/= (const PLC_Value &value) |
PLC_TimeVariantConstValue & | operator/= (const PLC_ConstValue &value) |
PLC_TimeVariantConstValue & | operator/= (const PLC_TimeVariantConstValue &value) |
Protected Member Functions |
virtual void | pureVirtualDummy (void) |
Friends |
PLC_TimeVariantConstValue | operator+ (const PLC_TimeVariantConstValue &value) |
PLC_TimeVariantConstValue | operator- (const PLC_TimeVariantConstValue &value) |
PLC_TimeVariantConstValue | operator+ (const PLC_TimeVariantConstValue &lhs, double rhs) |
PLC_TimeVariantConstValue | operator+ (double lhs, const PLC_TimeVariantConstValue &rhs) |
PLC_TimeVariantConstValue | operator+ (const PLC_TimeVariantConstValue &lhs, const PLC_Value &rhs) |
PLC_TimeVariantConstValue | operator+ (const PLC_Value &lhs, const PLC_TimeVariantConstValue &rhs) |
PLC_TimeVariantConstValue | operator+ (const PLC_TimeVariantConstValue &lhs, const PLC_ConstValue &rhs) |
PLC_TimeVariantConstValue | operator+ (const PLC_ConstValue &lhs, const PLC_TimeVariantConstValue &rhs) |
PLC_TimeVariantConstValue | operator+ (const PLC_TimeVariantConstValue &lhs, const PLC_TimeVariantConstValue &rhs) |
PLC_TimeVariantFreqSelectiveValue | operator+ (const PLC_TimeVariantConstValue &lhs, const PLC_FreqSelectiveValue &rhs) |
PLC_TimeVariantFreqSelectiveValue | operator+ (const PLC_FreqSelectiveValue &lhs, const PLC_TimeVariantConstValue &rhs) |
PLC_TimeVariantConstValue | operator- (const PLC_TimeVariantConstValue &lhs, double rhs) |
PLC_TimeVariantConstValue | operator- (double lhs, const PLC_TimeVariantConstValue &rhs) |
PLC_TimeVariantConstValue | operator- (const PLC_TimeVariantConstValue &lhs, const PLC_Value &rhs) |
PLC_TimeVariantConstValue | operator- (const PLC_Value &lhs, const PLC_TimeVariantConstValue &rhs) |
PLC_TimeVariantConstValue | operator- (const PLC_TimeVariantConstValue &lhs, const PLC_ConstValue &rhs) |
PLC_TimeVariantConstValue | operator- (const PLC_ConstValue &lhs, const PLC_TimeVariantConstValue &rhs) |
PLC_TimeVariantConstValue | operator- (const PLC_TimeVariantConstValue &lhs, const PLC_TimeVariantConstValue &rhs) |
PLC_TimeVariantFreqSelectiveValue | operator- (const PLC_TimeVariantConstValue &lhs, const PLC_FreqSelectiveValue &rhs) |
PLC_TimeVariantFreqSelectiveValue | operator- (const PLC_FreqSelectiveValue &lhs, const PLC_TimeVariantConstValue &rhs) |
PLC_TimeVariantConstValue | operator* (const PLC_TimeVariantConstValue &lhs, double rhs) |
PLC_TimeVariantConstValue | operator* (double lhs, const PLC_TimeVariantConstValue &rhs) |
PLC_TimeVariantConstValue | operator* (const PLC_TimeVariantConstValue &lhs, const PLC_Value &rhs) |
PLC_TimeVariantConstValue | operator* (const PLC_Value &lhs, const PLC_TimeVariantConstValue &rhs) |
PLC_TimeVariantConstValue | operator* (const PLC_TimeVariantConstValue &lhs, const PLC_ConstValue &rhs) |
PLC_TimeVariantConstValue | operator* (const PLC_ConstValue &lhs, const PLC_TimeVariantConstValue &rhs) |
PLC_TimeVariantConstValue | operator* (const PLC_TimeVariantConstValue &lhs, const PLC_TimeVariantConstValue &rhs) |
PLC_TimeVariantFreqSelectiveValue | operator* (const PLC_TimeVariantConstValue &lhs, const PLC_FreqSelectiveValue &rhs) |
PLC_TimeVariantFreqSelectiveValue | operator* (const PLC_FreqSelectiveValue &lhs, const PLC_TimeVariantConstValue &rhs) |
PLC_TimeVariantConstValue | operator/ (const PLC_TimeVariantConstValue &lhs, double rhs) |
PLC_TimeVariantConstValue | operator/ (double lhs, const PLC_TimeVariantConstValue &rhs) |
PLC_TimeVariantConstValue | operator/ (const PLC_TimeVariantConstValue &lhs, const PLC_Value &rhs) |
PLC_TimeVariantConstValue | operator/ (const PLC_Value &lhs, const PLC_TimeVariantConstValue &rhs) |
PLC_TimeVariantConstValue | operator/ (const PLC_TimeVariantConstValue &lhs, const PLC_ConstValue &rhs) |
PLC_TimeVariantConstValue | operator/ (const PLC_ConstValue &lhs, const PLC_TimeVariantConstValue &rhs) |
PLC_TimeVariantConstValue | operator/ (const PLC_TimeVariantConstValue &lhs, const PLC_TimeVariantConstValue &rhs) |
PLC_TimeVariantFreqSelectiveValue | operator/ (const PLC_TimeVariantConstValue &lhs, const PLC_FreqSelectiveValue &rhs) |
PLC_TimeVariantFreqSelectiveValue | operator/ (const PLC_FreqSelectiveValue &lhs, const PLC_TimeVariantConstValue &rhs) |
std::ostream & | operator<< (std::ostream &stream, PLC_TimeVariantConstValue &value) |
Frequency constant but time variant value