OpenCFMFile:
---------------------------------------------------------------------------
Open a configuration management file.
[matDS, matPath] = OpenCFMFile( 'initialize', cFMFileName,
dataStructure, dataStructureName )
To make a new version type
OpenCFMFile( 'new version', fileInfo, dataStructure, dataStructureName )
fileInfo is a structure with fields:
.cFMPath The full path of the CFM file
.cFMName CFM file name
.versionRelPath The relative or partial path to the version files
(will be stored in tree.pathName)
.versionFullPath The full path of the version file
(used to store the version)
.versionName CFM file name
---------------------------------------------------------------------------
-------
Inputs
-------
action (1,:) Action
-------
Outputs
-------
matDS (1,:) The .mat file
matPath (1,:) The path to the file
---------------------------------------------------------------------------
Children:
Common: General/CloseFigure
Common: General/DrawTreeDiagram
Common: General/GetFileRoot
Common: Plugins/TimePlugIn
SC: Sensor/StarTracker
Matlab: Plugins/ElementsPlugIn