GSF.PQDIF.Logical.ObservationRecord.ObservationRecord C# (CSharp) Method

ObservationRecord() private method

Creates a new instance of the ObservationRecord class.
private ObservationRecord ( GSF.PQDIF.Physical.Record physicalRecord, DataSourceRecord dataSource, GSF.PQDIF.Logical.MonitorSettingsRecord settings ) : System
physicalRecord GSF.PQDIF.Physical.Record The physical structure of the observation record.
dataSource DataSourceRecord The data source record that defines the channels in this observation record.
settings GSF.PQDIF.Logical.MonitorSettingsRecord The monitor settings to be applied to this observation record.
return System
        private ObservationRecord(Record physicalRecord, DataSourceRecord dataSource, MonitorSettingsRecord settings)
        {
            m_physicalRecord = physicalRecord;
            m_dataSource = dataSource;
            m_settings = settings;
        }