**********************************************************************************
**********************************************************************************
**** Toolbox DIRECTORY
**********************************************************************************
**********************************************************************************

This directory contains the Matlab fuctions, Simulink models, Mex function 
   DLLs and S-Function DLLs that make up the AVDS/Matlab toolbox. The following 
   is a list of these files and their purpose:


**********************************************************************************
**** SUB-DIRECTORIES
**********************************************************************************

SourceCode - a sub-directory that contains source code for the toolbox.

RequiredAVDSFiles - a sub-directory that contains files that are required 
   for interactive simulation.

Help - contains the help files and the graphics files used for Simulink block icons.

**********************************************************************************
**** M_FILES
**********************************************************************************

install.m - installation script for the AVDS/Matlab toolbox

slblocks.m - Matlab uses this file to identify the Library to show in the 
   Model Browser.

SimulationConnection.m - Matlab function that interfaces with the mex function 
   contained in the file "AVDSSimulation.dll" to provide interactive simulation 
   connection to AVDS.

AVDSNetwork.m - Matlab function that interfaces with the mex function contained 
   in the file NetworkAVDS.dll mex function to provide the functionality to send 
   AVDS Network packets from Matlab.

WritePlaybackInit.m - Matlab function used to build AVDS playback intialization 
   files.

SaveAVDSData.m - Matlab function used to save data for AVDS playback. 


**********************************************************************************
**** SIMULINK LIBRARY
**********************************************************************************

AVDSBlockset.mdl - Simulink libray that contains the AVDS blocks.


**********************************************************************************
**** MEX FUNCTIONS
**********************************************************************************

AVDSSimulation.dll - Mex function that provides the functionality to provide 
   interactive simulation connection between AVDS and Matlab. 

NetworkAVDS.dll - Mex function that provides the functionality to send AVDS 
   Network packets from Matlab.


**********************************************************************************
**** S-FUNCTIONS
**********************************************************************************

AVDSSimulationBlock.dll - S-Function that provides the functionality to provide 
   interactive simulation connection between AVDS and Simulink.

AVDSNetworkSendBlock.dll - S-Function that provides the functionality to send 
   AVDS Network packets from Simulink.

AVDSPlaybackSetupBlock.dll - S-Function used to build AVDS playback intialization 
   files.

AVDSPlaybackSaveBlock.dll S-Function used to save data for AVDS playback. 



