Changeset 21070

Show
Ignore:
Timestamp:
04/18/08 17:25:57 (1 month ago)
Author:
patrick
Message:

Added a new position filter that allows the user to specify the full
pre- and post-transformation matrices. Bumped the version to 1.3.20.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/trunk/modules/gadgeteer/ChangeLog

    r21054 r21070  
    11DATE        AUTHOR      CHANGE 
    22----------- ----------- ------------------------------------------------------- 
     3Apr-18-2008 patrick     Added gadget::FullPositionXformFilter. 
     4                        NEW VERSION: 1.3.20 
    35Feb-25-2008 dshipton    Refactored cluster networking to eliminate cosstly 
    46                        back-to-back writes. 
  • juggler/trunk/modules/gadgeteer/VERSION

    r21054 r21070  
    1 1.3.19-0 @02/26/2007 03:50:00 UTC@ 
     11.3.20-0 @04/18/2008 22:30:00 UTC@ 
     21.3.19-0 @02/26/2008 03:50:00 UTC@ 
    231.3.18-0 @12/30/2007 20:10:00 UTC@ 
    341.3.17-0 @12/30/2007 15:30:00 UTC@ 
  • juggler/trunk/modules/gadgeteer/gadget/Filter/Position/Makefile.in

    r20974 r21070  
    4242SUBOBJDIR=      $(GADGET_LIBRARY) 
    4343 
    44 SRCS=           PositionFilterFactory.cpp       \ 
     44SRCS=           FullPositionXformFilter.cpp     \ 
     45                PositionFilterFactory.cpp       \ 
    4546                PositionXformFilter.cpp          
    4647