SIMATIC S7 MatLab Toolbox
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 1234]
 Chandle
 CIPDeviceEndPointRepresents a network endpoint as an IP address, rack and slot number of a PLC device
 CPlcAddressRepresents an address which refers to a specific data area stored within a programmable logic controller (PLC)
 CPlcDeviceProvides an abstract base class which represents a single programmable logic controller (PLC)
 CSimaticDeviceRepresents a single Siemens AG specific programmable logic controller (PLC)
 CPlcDeviceConnectionProvides an abstract base class which represents a connection to a device
 CSimaticDeviceConnectionRepresents a connection to a SimaticDevice
 CPlcOperandRepresents an operand which addresses a specific memory block within a programmable logic controller (PLC)
 CPlcValueRepresents an abstract base class of PLC values
 CPlcArrayRepresents an abstract base class of PLC arrays
 CPlcBooleanArrayRepresents a PLC array which addresses an unique data entry stored within a programmable logic controller (PLC) its values are interpreted as logical values
 CPlcByteArrayRepresents a PLC array which addresses an unique data entry stored within a programmable logic controller (PLC) its values are interpreted as binary values
 CPlcCharArrayRepresents a PLC array which addresses an unique data entry stored within a programmable logic controller (PLC) its values are interpreted as character values
 CPlcDoubleArrayRepresents a PLC array which addresses an unique data entry stored within a programmable logic controller (PLC) its values are interpreted as double values
 CPlcInt16ArrayRepresents a PLC array which addresses an unique data entry stored within a programmable logic controller (PLC) its values are interpreted as int16 values
 CPlcInt32ArrayRepresents a PLC array which addresses an unique data entry stored within a programmable logic controller (PLC) its values are interpreted as int32 values
 CPlcRealArrayRepresents a PLC array which addresses an unique data entry stored within a programmable logic controller (PLC) its values are interpreted as single values
 CPlcUInt16ArrayRepresents a PLC array which addresses an unique data entry stored within a programmable logic controller (PLC) its values are interpreted as uint16 values
 CPlcUInt32ArrayRepresents a PLC array which addresses an unique data entry stored within a programmable logic controller (PLC) its values are interpreted as uint32 values
 CPlcBooleanRepresents a logical value (in PLC a BOOL) its value is interpreted as a logical expression
 CPlcByteRepresents a binary value (in PLC a BYTE) its value defines a 8-bit unsigned integer value
 CPlcCharRepresents a character value (in PLC a CHAR) its value defines a single character
 CPlcDateRepresents a date number value (in PLC a DATE) its value defines an instant in time, where only the date of day is expressed
 CPlcDateTimeRepresents a date number value (in PLC a DATE_AND_TIME) its value defines an instant in time, typically expressed as a date and time of day
 CPlcDoubleRepresents a double value (in PLC a DOUBLE) its value defines a double-precision floating-point number
 CPlcInt16Represents an int16 value (in PLC a INT) its value defines a 16-bit signed integer value
 CPlcInt32Represents an int32 value (in PLC a DINT) its value defines a 32-bit signed integer value
 CPlcRealRepresents a single value (in PLC a REAL) its value defines a single-precision floating-point number
 CPlcS5TimeRepresents a date number value, where only the time of day is expressed, (in PLC a S5TIME) its value defines an time interval
 CPlcStringRepresents a single value (in PLC a TEXT) its value defines a single-precision floating-point number
 CPlcTimeRepresents a date number value, where only the time of day is expressed, (in PLC a TIME) its value defines an time interval
 CPlcTimeOfDayRepresents a date number value, where only the time of day is expressed, (in PLC a TIME_OF_DAY) its value defines an time interval
 CPlcUInt16Represents an uint16 value (in PLC a WORD) its value defines a 16-bit unsigned integer value
 CPlcUInt32Represents an uint32 value (in PLC a DWORD) its value defines a 32-bit unsigned integer value
 Cint32
 CPlcDeviceConnectionStateDefines the states in which a PlcDeviceConnection can exist
 CPlcOperandTypeSpecifies the different operands that can be used to access a programmable logic controller (PLC)
 CPlcRawTypeSpecifies the different raw types that can be used for read/write operations using a PlcAddress on a programmable logic controller (PLC)
 CPlcTypeCodeSpecifies the type of a PLC object
 CSimaticChannelTypeSpecifies how a connection will operate on the device
 CSimaticDeviceTypeDefines the different device types supported by the SimaticDevice
 CSimaticMatLabToolboxProvides a set of static functions for the toolbox