ST_AssertArrayResult Struct


Fields

NameTypeDescription
ExpectedsSizeUDINTSize in bytes of the expecteds-array
ExpectedsTypeClassIBaseLibrary.TypeClassThe data type of the expecteds-array
ActualsSizeUDINTSize in bytes of the actuals-array
ActualsTypeClassIBaseLibrary.TypeClassThe data type of the actuals-array
MessageT_MaxString
TestInstancePathT_MaxString

Used by

Declaration source
TYPE ST_AssertArrayResult :
STRUCT
    ExpectedsSize : UDINT; // Size in bytes of the expecteds-array
    ExpectedsTypeClass : IBaseLibrary.TypeClass; // The data type of the expecteds-array
    ActualsSize : UDINT; // Size in bytes of the actuals-array
    ActualsTypeClass : IBaseLibrary.TypeClass; // The data type of the actuals-array
    Message : T_MaxString;
    TestInstancePath : T_MaxString;
END_STRUCT
END_TYPE