CommonKrunchDataStreamParameters Constructor
- Last UpdatedApr 08, 2026
- 1 minute read
Initializes a new instance of the CommonKrunchDataStreamParameters class.
public CommonKrunchDataStreamParameters(
OASySDNA.RealTime.Data.Common.HighPerformanceSetDBWrapper.Interfaces.IRealTimeSetRecord setRecord,
OASySDNA.RealTime.HighPerformanceSetDB.Disposition recordDisposition,
OASySDNA.RealTime.Data.Common.HighPerformanceSetDBWrapper.Interfaces.IRealTimeSetRecord remoteRecord,
OASySDNA.RealTime.HighPerformanceSetDB.Disposition remoteDisposition,
OASySDNA.Common.InternalTime currentTime,
bool isQuestionable
)
public:
CommonKrunchDataStreamParameters(
OASySDNA.RealTime.Data.Common.HighPerformanceSetDBWrapper.Interfaces.IRealTimeSetRecord^ setRecord,
OASySDNA.RealTime.HighPerformanceSetDB.Disposition recordDisposition,
OASySDNA.RealTime.Data.Common.HighPerformanceSetDBWrapper.Interfaces.IRealTimeSetRecord^ remoteRecord,
OASySDNA.RealTime.HighPerformanceSetDB.Disposition remoteDisposition,
OASySDNA.Common.InternalTime currentTime,
bool isQuestionable
)
Parameters
- setRecord
- An interface to the telemetered SetRecord being krunched.
- recordDisposition
- The disposition of the record being krunched.
- remoteRecord
- An interface to the remote SetRecord being polled.
- remoteDisposition
- The disposition of the remote record.
- currentTime
- The krunch timestamp.
- isQuestionable
- Whether or not the remote has flagged the data as questionable.