| 187 | } |
| 188 | |
| 189 | std::shared_ptr<CSequence> CInstrumentFDS::GetSequence(sequence_t SeqType) const // // // |
| 190 | { |
| 191 | auto it = m_pSequence.find(SeqType); |
| 192 | return it != m_pSequence.end() ? it->second : nullptr; |
| 193 | } |
| 194 | |
| 195 | void CInstrumentFDS::SetSequence(sequence_t SeqType, std::shared_ptr<CSequence> pSeq) |
| 196 | { |