tclMyFeet.c

 	This file contains routines that support the definition of TCL
	verbs that go right to my sole.

  • odorEater
  • tclMyFoot
  • tclMyToes

  • odorEater

    DESCRIPTION:
    	Routine to determine the effectiveness of the persperation 
    	absorbtion system.
    
    RETURN VALUES:
    	SMELLS_LIKE_FISH	  Absorbtion error occurred.
    	SMELLS_LIKE_ROSE	  Absorbtion successful.
    	SMELLS_LIKE_TEEN_SPIRIT	  Nirvana.
    
    SIGNATURE:static int odorEater
      (
      int	footNum,		/* IN : Number of the foot to check */
      int	*odorLevel		/* OUT: Absorbtion level percentage */
      )
    
    INTERNAL STRUCTURE:
    typedef struct shoe {
      int	size;
      int	type;
      int	color;
    } SHOE;
    

    tclMyFoot

    DESCRIPTION:
    	TCL verb to evaluate the foots response to external stimulus.
    
    TCL USAGE:tclFoot <name>
    
    TCL HELP STRING:Evaluate foots response to external stimulus 
    
    

    tclMyToes

    DESCRIPTION:
    	TCL verb to evaluate the response of individual toes (on any
    	given foot) to external stimulus.
    
    TCL SYNTAX:tclMyToes <foot> <toe> -t 
    
    TCL ARGUMENTS:<foot>       : Foot to test
    <toe>        : Toe number
    -t             : Duration in seconds