Interface VNumber

All Superinterfaces:
Alarm, Display, Scalar, Time, VType
All Known Subinterfaces:
VByte, VDouble, VFloat, VInt, VLong, VShort
All Known Implementing Classes:
DoubleVType, FloatVType, IVByte, IVDouble, IVFloat, IVInt, IVShort, Sint32VType, Sint64VType, Uint32VType, Uint64VType

public interface VNumber extends Scalar, Alarm, Time, Display, VType
Scalar number with alarm, timestamp, display and control information.

This class allows to use any scalar number (i.e. VInt or VDouble) through the same interface.

  • Method Details