Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
doc:package:cram_designators [2013/12/12 14:59] gkazhoyadoc:package:cram_designators [2021/05/01 15:53] dvernon
Line 1: Line 1:
-<<PackageHeader(cram_designators)>> +====== cram_designators ======
-<<TOC(4)>>+
  
 == Introduction == == Introduction ==
Line 38: Line 37:
  * ''reference designator &optional role'' tries to dereference the designator and return its data object or throws an error if it is not an effective designator, i.e. one that can be dereferenced. By specifying a role parameter, different resolution algorithms can be selected.  * ''reference designator &optional role'' tries to dereference the designator and return its data object or throws an error if it is not an effective designator, i.e. one that can be dereferenced. By specifying a role parameter, different resolution algorithms can be selected.
  
- * ''next-solution designator'' returns another solution for the effective designator ''designator'' or NIL if none exists. The next solution is newly constructed designator with identical that is equated to ''designator'' since it describes the same entity.+ * ''next-solution designator'' returns another solution for the effective designator ''designator'' or NIL if none exists. The next solution is newly constructed designator with identical properties that is equated to ''designator'' since it describes the same entity.
  
  * ''designator-solutions-equal solution-1 solution-2'' compares two designator solutions and returns T if they are equal.  * ''designator-solutions-equal solution-1 solution-2'' compares two designator solutions and returns T if they are equal.
Line 76: Line 75:
                      (make-3d-vector 1.0 0.0 0.0)                       (make-3d-vector 1.0 0.0 0.0) 
                      (make-identity-rotation)))))))                      (make-identity-rotation)))))))
-  (make-designator 'action '((type navigation) (goal ,goal-location)))+  (make-designator 'action `((type navigation) (goal ,goal-location)))
 </code> </code>