Changeset 675

Show
Ignore:
Timestamp:
07/15/09 16:55:56 (4 years ago)
Author:
atorf
Message:
  • Updated contents.m
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/mfiles/Contents.m

    r661 r675  
    11% RWTH - Mindstorms NXT Toolbox 
    2 % Version 3.xx xx-Jul-2009 
     2% Version 3.00 15-Jul-2009 
    33% Files 
    44%   CalibrateColor             - Enables calibration mode of the HiTechnic color sensor 
     
    1818%   COM_SetDefaultNXT          - Sets a global default NXT handle that will be used by other functions if no handle is specified. 
    1919%   DebugMode                  - Gets or sets the debug state (i.e. if textOut will print messages to the command window) 
     20%   DirectMotorCommand         - Sends previously specified settings to current active motor. 
    2021%   GetAccelerator             - Reads the current value of the HiTechnic acceleration sensor 
    2122%   GetColor                   - Reads the current value of the HiTechnic Color sensor 
     
    2425%   GetInfrared                - Reads the current value of the Hitechnic infrared sensor (infrared seeker) 
    2526%   GetLight                   - Reads the current value of the NXT light sensor 
    26 %   GetMemoryCount             - Gets the internal NXT memory counter (manual mapping replica) 
    27 %   GetMotor                   - Reads the current motor set by SetMotor(). Raises an error if no motor was set 
    28 %   GetMotorSettings           - Returns the current motor data / settings (e.g. position, speed, etc.) from the specified motor 
    2927%   GetRFID                    - Reads the transponder ID detected by the Codatex RFID sensor 
    3028%   GetSound                   - Reads the current value of the NXT sound sensor 
     
    4038%   MOTOR_B                    - Symbolic constant MOTOR_B (returns 1) 
    4139%   MOTOR_C                    - Symbolic constant MOTOR_C (returns 2) 
    42 %   MotorRotateAbs             - Rotates a motor to an absolute angle 
     40%   NXC_GetSensorMotorData     - Retrieves selected data from all analog sensors and all motors in a single data packet 
    4341%   NXC_MotorControl           - Sends an advanced motor-command to the NXC-program MotorControl running on the NXT brick 
    4442%   NXC_ResetErrorCorrection   - Sends an reset error correction command to the NXC-program MotorControl running on the NXT brick 
     
    7876%   OptimizeToolboxPerformance - Copies binary versions of typecastc to toolbox for better performance  
    7977%   readFromIniFile            - Reads parameters from a configuration file (usually *.ini) 
    80 %   ResetMotorAngle            - Resets the relative angle counter for the given motor 
    81 %   SendMotorSettings          - Sends previously specified settings to current active motor. 
    8278%   SENSOR_1                   - Symbolic constant SENSOR_1 (returns 0) 
    8379%   SENSOR_2                   - Symbolic constant SENSOR_2 (returns 1) 
    8480%   SENSOR_3                   - Symbolic constant SENSOR_3 (returns 2) 
    8581%   SENSOR_4                   - Symbolic constant SENSOR_4 (returns 3) 
    86 %   SetAngleLimit              - Sets the angle limit (in degrees) of the current motor port 
    87 %   SetMemoryCount             - Sets the internal NXT memory counter (manual mapping replica) 
    88 %   SetMotor                   - Sets the current motor to use for motor setting commands 
    89 %   SetPower                   - Sets the power of the current active motor 
    90 %   SetRampMode                - Sets the runstate of the current active motor 
    91 %   SetTurnRatio               - Sets the turn ratio of the current active motor 
    92 %   SpeedRegulation            - Enables / disables the speed regulation mode of the current active motor 
    9382%   StopMotor                  - Stops / brakes specified motor. (Synchronisation will be lost after this) 
    9483%   SwitchLamp                 - Switches the LEGO lamp on or off (has to be connected to a motor port) 
    95 %   SyncToMotor                - Enables synchronization regulation for current active and specified motor 
    9684%   textOut                    - Wrapper for fprintf() which can optionally write screen output to a logfile 
    97  
    98  
    9985%   USGetSnapshotResults       - Retrieves up to eight echos (distances) stored inside the US sensor 
    10086%   USMakeSnapshot             - Causes the ultrasonic sensor to send one snapshot ("ping") and record the echos 
    101 %   WaitForMotor               - Pauses execution until specific motor is not running anymore.  
    102 %   DirectMotorCommand         - Sends previously specified settings to current active motor.