Update of /cvsroot/csp/APPLICATIONS/CSPSim/Tools/HID
In directory sc8-pr-cvs1:/tmp/cvs-serv17481
Modified Files:
README
Log Message:
Index: README
===================================================================
RCS file: /cvsroot/csp/APPLICATIONS/CSPSim/Tools/HID/README,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** README 27 Mar 2003 03:15:31 -0000 1.1
--- README 26 Jul 2003 21:41:11 -0000 1.2
***************
*** 36,40 ****
After you modify a map file, you must create a corresponding "hid"
(human interface device) file for use in the simulation. To do so,
! use the map2hid tool in this directory. The resulting hid files
must be placed in the CSPSim Data/Input directory before they can
be used.
--- 36,40 ----
After you modify a map file, you must create a corresponding "hid"
(human interface device) file for use in the simulation. To do so,
! use the cspinput tool in this directory. The resulting hid files
must be placed in the CSPSim Data/Input directory before they can
be used.
***************
*** 42,63 ****
Here are some examples for converting from map to hid under Linux:
! $ ./map2hid aircraft.map
$ cp aircraft.hid ../../Data/Input
or
! $ ./map2hid aircraft.map - >../../Data/Input
and under Windows:
! > python map2hid aircraft.map
> copy aircraft.hid ..\..\Data\Input
or
! > python map2hid aircraft.map - >..\..\Data\Input
Also under Windows you can usually just drag and drop your map
! file onto the map2hid icon, then drag the resulting hid file to
the Data\Input directory.
--- 42,63 ----
Here are some examples for converting from map to hid under Linux:
! $ ./cspinput aircraft.map
$ cp aircraft.hid ../../Data/Input
or
! $ ./cspinput aircraft.map - >../../Data/Input
and under Windows:
! > python cspinput aircraft.map
> copy aircraft.hid ..\..\Data\Input
or
! > python cspinput aircraft.map - >..\..\Data\Input
Also under Windows you can usually just drag and drop your map
! file onto the cspinput icon, then drag the resulting hid file to
the Data\Input directory.
|