From cc6ade8489a2fb3d7672b2fcdd65f4a0ed4b14d5 Mon Sep 17 00:00:00 2001 From: nri Date: Wed, 26 Nov 2003 13:58:28 +0000 Subject: [PATCH] NRI : Add TypesCheck component. --- resources/COMPONENTCatalog.xml | 279 +++++++++++++++++++++++++++++++++ 1 file changed, 279 insertions(+) diff --git a/resources/COMPONENTCatalog.xml b/resources/COMPONENTCatalog.xml index 390ab78..79827bd 100644 --- a/resources/COMPONENTCatalog.xml +++ b/resources/COMPONENTCatalog.xml @@ -1072,5 +1072,284 @@ + + + TypesCheck + TypesCheck + + + + + 1 + + + + TypesCheck + + + + StringCheck + + + + 0 + + + string + InString + + + + + + string + OutString + + + + + + BoolCheck + + + + 0 + + + boolean + InBool + + + + + + boolean + OutBool + + + + + + CharCheck + + + + 0 + + + char + InChar + + + + + + char + OutChar + + + + + + ShortCheck + + + + 0 + + + short + InShort + + + + + + short + OutShort + + + + + + LongCheck + + + + 0 + + + long + InLong + + + + + + long + OutLong + + + + + + FloatCheck + + + + 0 + + + float + InFloat + + + + + + float + OutFloat + + + + + + DoubleCheck + + + + 0 + + + double + InDouble + + + + + + double + OutDouble + + + + + + ObjRefCheck + + + + 0 + + + SuperVisionTest::Adder + InObjRef + + + + + + SuperVisionTest::Adder + OutObjRef + + + + + + + MiscTypes + JR + 1.0 + Check of types + 1 + + + + string + InString + + + + boolean + InBool + + + + char + InChar + + + + short + InShort + + + + long + InLong + + + + float + InFloat + + + + double + InDouble + + + + SuperVisionTest::Adder + InObjRef + + + + + + string + OutString + + + + boolean + OutBool + + + + char + OutChar + + + + short + OutShort + + + + long + OutLong + + + + float + OutFloat + + + + double + OutDouble + + + + SuperVisionTest::Adder + OutObjRef + + + + + + + -- 2.30.2