Difference between revisions of "Using Points in C Functions"
(Created page with " Both regular (bound to a fixed robot-type) and generic points can be passed as arguments to C functions. In addition, both types of points can also serve as C function parame...") |
|||
Line 1: | Line 1: | ||
− | Both regular (bound to a fixed robot-type) and generic points can be passed as arguments to C functions. In addition, both types of points can also serve as C function parameters | + | Both regular points (bound to a fixed robot-type) and generic points can be passed as arguments to C functions. In addition, both types of points can also serve as C function parameters, differing in PROTO.PRO prototypes, but shareing identical C prototypes. |
<pre> | <pre> | ||
− | |||
− | |||
</pre> | </pre> |
Revision as of 12:50, 13 December 2012
Both regular points (bound to a fixed robot-type) and generic points can be passed as arguments to C functions. In addition, both types of points can also serve as C function parameters, differing in PROTO.PRO prototypes, but shareing identical C prototypes.