MPISqNodeDownloadParams
Definition
typedef struct MPISqNodeDownloadParams { char *filename; MPISqNodeChannel channel; MPISqNodeCallback callback; } MPISqNodeDownloadParams;
Description
MPISqNodeDownloadParams specifies the parameters for downloading a binary image to a SynqNet node.
*filename | A pointer to a file name. The file contains a header and binary code/data. Files are node/drive specific. Please see the Node Binary Files: Product Table or the drive manufacturer's documentation for the drive binary files. |
---|---|
channel | A communication interface to a node's logic device or drive processor. See MPISqNodeChannel. |
callback | A pointer to a callback function, to monitor the download progress. See MPISqNodeCallback. |