DecoderGlobals.cpp 198 B

12345678
  1. #include "DecoderGlobals.h"
  2. std::shared_ptr<bell::DecodersInstance> bell::decodersInstance;
  3. void bell::createDecoders()
  4. {
  5. bell::decodersInstance = std::make_shared<bell::DecodersInstance>();
  6. }