Krunch(InternalTime,KrunchDescriptor,HilowStates,RealTimeRecord,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,
RealTimeRecord remoteRecord,
bool assumeCommandInt,
bool assumeCommandComm
)
public:
void Krunch(
OASySDNA.Common.InternalTime timeval,
KrunchDescriptor^ krunchDescriptor,
HilowStates instrumentState,
RealTimeRecord^ remoteRecord,
bool assumeCommandInt,
bool assumeCommandComm
)
Parameters
- timeval
- The time of data receipt.
- krunchDescriptor
- The krunch descriptor.
- instrumentState
- The instrumentation failure indication.
- remoteRecord
- The remote record associated with the current record.
- 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.
| Exception | Description |
|---|---|
| VDBException | The krunch descriptor is not initialized. Call GetKrunchDescriptor prior to calling this method. Or an error occurred at krunch operation. |