|
meiSqNodeDriveMapParamFileGet
Declaration
| |
long meiSqNodeDriveMapParamFileGet(MEISqNode sqNode,
MEIDriveMap driveMap,
long driveIndex,
char *driveConfigFilename,
long append); |
| |
Required Header: stdmei.h |
Description
meiSqNodeDriveMapParamFileGet saves the current set of drive parameters in the drive to
the driveConfigFilename.
| |
| sqNode |
a handle to the SynqNet node object. |
| driveMap |
a handle to the DriveMap object. |
| driveIndex |
an index to the drive (0, 1, 2, etc), relative to the node. |
| *driveConfigFilename |
the name of the file that holds the stored drive configuration file. |
| append |
1 = The new data is appended to the existing drive configuration file if it exists.
0 = A new drive configuration file is created to hold the drive parameters. If a file already exists, it will be overwritten. |
|
| |
|
| |
|
See Also
meiSqNodeDriveMapParamFileSet
SynqNet Drive Parameters
|