|
Stimfit @PACKAGE_VERSION@
|
#include <ProtocolStructs.h>
Public Member Functions | |
| ABF_MathInfo () | |
Public Attributes | |
| short | nMathEnable |
| short | nMathExpression |
| UINT | uMathOperatorIndex |
| UINT | uMathUnitsIndex |
| float | fMathUpperLimit |
| float | fMathLowerLimit |
| short | nMathADCNum [2] |
| char | sUnused [16] |
| float | fMathK [6] |
| char | sUnused2 [64] |
Definition at line 237 of file ProtocolStructs.h.
|
inline |
Definition at line 251 of file ProtocolStructs.h.
References ABF_MathInfo(), ASSERT, and MEMSET_CTOR.
Referenced by ABF_MathInfo().
| float ABF_MathInfo::fMathK[6] |
Definition at line 247 of file ProtocolStructs.h.
| float ABF_MathInfo::fMathLowerLimit |
Definition at line 244 of file ProtocolStructs.h.
| float ABF_MathInfo::fMathUpperLimit |
Definition at line 243 of file ProtocolStructs.h.
| short ABF_MathInfo::nMathADCNum[2] |
Definition at line 245 of file ProtocolStructs.h.
| short ABF_MathInfo::nMathEnable |
Definition at line 239 of file ProtocolStructs.h.
| short ABF_MathInfo::nMathExpression |
Definition at line 240 of file ProtocolStructs.h.
| char ABF_MathInfo::sUnused[16] |
Definition at line 246 of file ProtocolStructs.h.
| char ABF_MathInfo::sUnused2[64] |
Definition at line 249 of file ProtocolStructs.h.
| UINT ABF_MathInfo::uMathOperatorIndex |
Definition at line 241 of file ProtocolStructs.h.
| UINT ABF_MathInfo::uMathUnitsIndex |
Definition at line 242 of file ProtocolStructs.h.