public StateRecord(int historianID) { m_historianID = historianID; m_archivedData = new StateRecordDataPoint(m_historianID); m_previousData = new StateRecordDataPoint(m_historianID); m_currentData = new StateRecordDataPoint(m_historianID); m_activeDataBlockIndex = -1; m_activeDataBlockSlot = 1; }