Difference between revisions of "Using Points in C Functions"

From SoftMC-Wiki
Jump to: navigation, search
(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. Altough differing in PROTO.PRO prototypes, both point types share identical C prototypes.
+
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>
  gthtftr
 
jtgjg
 
 
</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.