MIL_ID ContextFuncId, | //in |
MIL_INT ParamIndex, | //in |
void *ParamValuePtr | //out |
This function allows you to read the value of a parameter registered in the master function of your user-defined MIL function, from the slave function. The requested value is written to the address specified by the ParamValuePtr parameter.
void MfuncParamValueArrayMilDouble (MIL_ID ContextFuncId,
MIL_INT ParamIndex,
MIL_DOUBLE **ParamValuePtr)
Parameters
ContextFuncId See ContextFuncId of the main function for a description. ParamIndex See ParamIndex of the main function for a description. ParamValuePtr See ParamValuePtr of the main function for a description. |
Parameters
ContextFuncId See ContextFuncId of the main function for a description. ParamIndex See ParamIndex of the main function for a description. ParamValuePtr See ParamValuePtr of the main function for a description. |
Parameters
ContextFuncId See ContextFuncId of the main function for a description. ParamIndex See ParamIndex of the main function for a description. ParamValuePtr See ParamValuePtr of the main function for a description. |
void MfuncParamValueArrayMilInt32 (MIL_ID ContextFuncId,
MIL_INT ParamIndex,
MIL_INT32 **ParamValuePtr)
Parameters
ContextFuncId See ContextFuncId of the main function for a description. ParamIndex See ParamIndex of the main function for a description. ParamValuePtr See ParamValuePtr of the main function for a description. |
void MfuncParamValueArrayMilInt64 (MIL_ID ContextFuncId,
MIL_INT ParamIndex,
MIL_INT64 **ParamValuePtr)
Parameters
ContextFuncId See ContextFuncId of the main function for a description. ParamIndex See ParamIndex of the main function for a description. ParamValuePtr See ParamValuePtr of the main function for a description. |
void MfuncParamValueArrayMilUint (MIL_ID ContextFuncId,
MIL_INT ParamIndex,
MIL_UINT **ParamValuePtr)
Parameters
ContextFuncId See ContextFuncId of the main function for a description. ParamIndex See ParamIndex of the main function for a description. ParamValuePtr See ParamValuePtr of the main function for a description. |
void MfuncParamValueArrayMilUint32 (MIL_ID ContextFuncId,
MIL_INT ParamIndex,
MIL_UINT32 **ParamValuePtr)
Parameters
ContextFuncId See ContextFuncId of the main function for a description. ParamIndex See ParamIndex of the main function for a description. ParamValuePtr See ParamValuePtr of the main function for a description. |
void MfuncParamValueArrayMilUint64 (MIL_ID ContextFuncId,
MIL_INT ParamIndex,
MIL_UINT64 **ParamValuePtr)
Parameters
ContextFuncId See ContextFuncId of the main function for a description. ParamIndex See ParamIndex of the main function for a description. ParamValuePtr See ParamValuePtr of the main function for a description. |
void MfuncParamValueConstArrayMilDouble (MIL_ID ContextFuncId,
MIL_INT ParamIndex,
const MIL_DOUBLE **ParamValuePtr)
Parameters
ContextFuncId See ContextFuncId of the main function for a description. ParamIndex See ParamIndex of the main function for a description. ParamValuePtr See ParamValuePtr of the main function for a description. |
void MfuncParamValueConstArrayMilId (MIL_ID ContextFuncId,
MIL_INT ParamIndex,
const MIL_ID **ParamValuePtr)
Parameters
ContextFuncId See ContextFuncId of the main function for a description. ParamIndex See ParamIndex of the main function for a description. ParamValuePtr See ParamValuePtr of the main function for a description. |
void MfuncParamValueConstArrayMilInt (MIL_ID ContextFuncId,
MIL_INT ParamIndex,
const MIL_INT **ParamValuePtr)
Parameters
ContextFuncId See ContextFuncId of the main function for a description. ParamIndex See ParamIndex of the main function for a description. ParamValuePtr See ParamValuePtr of the main function for a description. |
void MfuncParamValueConstArrayMilInt32 (MIL_ID ContextFuncId,
MIL_INT ParamIndex,
const MIL_INT32 **ParamValuePtr)
Parameters
ContextFuncId See ContextFuncId of the main function for a description. ParamIndex See ParamIndex of the main function for a description. ParamValuePtr See ParamValuePtr of the main function for a description. |
void MfuncParamValueConstArrayMilInt64 (MIL_ID ContextFuncId,
MIL_INT ParamIndex,
const MIL_INT64 **ParamValuePtr)
Parameters
ContextFuncId See ContextFuncId of the main function for a description. ParamIndex See ParamIndex of the main function for a description. ParamValuePtr See ParamValuePtr of the main function for a description. |
void MfuncParamValueConstArrayMilUint (MIL_ID ContextFuncId,
MIL_INT ParamIndex,
const MIL_UINT **ParamValuePtr)
Parameters
ContextFuncId See ContextFuncId of the main function for a description. ParamIndex See ParamIndex of the main function for a description. ParamValuePtr See ParamValuePtr of the main function for a description. |
void MfuncParamValueConstArrayMilUint32 (MIL_ID ContextFuncId,
MIL_INT ParamIndex,
const MIL_UINT32 **ParamValuePtr)
Parameters
ContextFuncId See ContextFuncId of the main function for a description. ParamIndex See ParamIndex of the main function for a description. ParamValuePtr See ParamValuePtr of the main function for a description. |
void MfuncParamValueConstArrayMilUint64 (MIL_ID ContextFuncId,
MIL_INT ParamIndex,
const MIL_UINT64 **ParamValuePtr)
Parameters
ContextFuncId See ContextFuncId of the main function for a description. ParamIndex See ParamIndex of the main function for a description. ParamValuePtr See ParamValuePtr of the main function for a description. |
void MfuncParamValueConstMilText (MIL_ID ContextFuncId,
MIL_INT ParamIndex,
MIL_CONST_TEXT_PTR *ParamValuePtr)
Parameters
ContextFuncId See ContextFuncId of the main function for a description. ParamIndex See ParamIndex of the main function for a description. ParamValuePtr See ParamValuePtr of the main function for a description. |
void MfuncParamValueFilename (MIL_ID ContextFuncId,
MIL_INT ParamIndex,
MIL_CONST_TEXT_PTR *ParamValuePtr)
Parameters
ContextFuncId See ContextFuncId of the main function for a description. ParamIndex See ParamIndex of the main function for a description. ParamValuePtr See ParamValuePtr of the main function for a description. |
Parameters
ContextFuncId See ContextFuncId of the main function for a description. ParamIndex See ParamIndex of the main function for a description. ParamValuePtr See ParamValuePtr of the main function for a description. |
Parameters
ContextFuncId See ContextFuncId of the main function for a description. ParamIndex See ParamIndex of the main function for a description. ParamValuePtr See ParamValuePtr of the main function for a description. |
Parameters
ContextFuncId See ContextFuncId of the main function for a description. ParamIndex See ParamIndex of the main function for a description. ParamValuePtr See ParamValuePtr of the main function for a description. |
Parameters
ContextFuncId See ContextFuncId of the main function for a description. ParamIndex See ParamIndex of the main function for a description. ParamValuePtr See ParamValuePtr of the main function for a description. |
Parameters
ContextFuncId See ContextFuncId of the main function for a description. ParamIndex See ParamIndex of the main function for a description. ParamValuePtr See ParamValuePtr of the main function for a description. |
Parameters
ContextFuncId See ContextFuncId of the main function for a description. ParamIndex See ParamIndex of the main function for a description. ParamValuePtr See ParamValuePtr of the main function for a description. |
Parameters
ContextFuncId See ContextFuncId of the main function for a description. ParamIndex See ParamIndex of the main function for a description. ParamValuePtr See ParamValuePtr of the main function for a description. |
Parameters
ContextFuncId See ContextFuncId of the main function for a description. ParamIndex See ParamIndex of the main function for a description. ParamValuePtr See ParamValuePtr of the main function for a description. |
Parameters
ContextFuncId See ContextFuncId of the main function for a description. ParamIndex See ParamIndex of the main function for a description. ParamValuePtr See ParamValuePtr of the main function for a description. |
Header | Include mil.h. |
Library | Use mil.lib. |
DLL | Requires mil.dll. |