diff -r daafaa8a28fd -r dbf82971f09d tests/python/plc.xml --- a/tests/python/plc.xml Thu Oct 18 17:42:29 2012 +0200 +++ b/tests/python/plc.xml Thu Oct 18 20:24:11 2012 +0200 @@ -8,7 +8,7 @@ productVersion="0.0" creationDateTime="2008-12-14T16:21:19"/> + modificationDateTime="2012-10-18T20:21:28"> @@ -63,6 +63,16 @@ + + + + + + + + + + @@ -202,7 +212,7 @@ - 'PLCBinary.Python_to_C_Call(5678)' + 'PLCBinary.Simple_C_Call(5678)' @@ -457,9 +467,79 @@ pytest_var3 + + + + + + + + + + FromC + + + + + + + 23 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +IN); + if(PLC_C_Call(fromPLC, &toPLC))__SET_VAR(data__->,OUT,toPLC); +} +(* If you do not use __GET_VAR and _SET_VAR macro, expect unexpected *) +]]> + + +