AllenInstitute / AllenInstitute/MIES
MCC XOP: Make the meter functions available
Open
Nobody has claimed this yet.
Amplifier
Backlog
enhancement
XOPs
- Dominant language
- IGOR Pro
- Stars
- 30
- Forks
- 11
- Avg merge
- 1d 40m
- Merged PRs (30d)
- 8
Description
The following functions are in AxMultiClampMsg.h but are not exposed in the MCC XOP:
//==============================================================================================
// MCC Meter functions
//==============================================================================================
// Set resistance meter enable
AXMCCMSG BOOL WINAPI EXPORT MCCMSG_SetMeterResistEnable(HMCCMSG hMCCmsg, BOOL bEnable, int *pnError);
// Get resistance meter enable
AXMCCMSG BOOL WINAPI EXPORT MCCMSG_GetMeterResistEnable(HMCCMSG hMCCmsg, BOOL *pbEnable, int *pnError);
// Set Irms meter enable
AXMCCMSG BOOL WINAPI EXPORT MCCMSG_SetMeterIrmsEnable(HMCCMSG hMCCmsg, BOOL bEnable, int *pnError);
// Get Irms meter enable
AXMCCMSG BOOL WINAPI EXPORT MCCMSG_GetMeterIrmsEnable(HMCCMSG hMCCmsg, BOOL *pbEnable, int *pnError);
// Get the specified meter value in SI units
AXMCCMSG BOOL WINAPI EXPORT MCCMSG_GetMeterValue(HMCCMSG hMCCmsg, double *pdValue, UINT uMeterID, int *pnError);
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the meter function declarations in AxMultiClampMsg.h, then locate the MCC XOP entry points that expose the existing MCCMSG functions. Confirm how the five listed meter functions are registered and exposed, and verify that the completed XOP makes each function available.
Written by the indexing model from the issue text.
Assessment
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100