Krunch(InternalTime,KrunchDescriptor,HilowStates,Boolean,Boolean) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Sends database values through the krunch process.
public void Krunch(
OASySDNA.Common.InternalTime timeval,
KrunchDescriptor krunchDescriptor,
HilowStates instrumentState,
bool assumeCommandInt,
bool assumeCommandComm
)
public:
void Krunch(
OASySDNA.Common.InternalTime timeval,
KrunchDescriptor^ krunchDescriptor,
HilowStates instrumentState,
bool assumeCommandInt,
bool assumeCommandComm
)
Parameters
- timeval
- The time of data receipt.
- krunchDescriptor
- The krunch descriptor.
- instrumentState
- The instrumentation failure indication.
- assumeCommandInt
- true if the data is an intermediate state resulting from a command issued by an operator. Otherwise, false.
- assumeCommandComm
- true if the data is in the final state resulting from a command issued by an operator. Otherwise, false.