MCPcopy Create free account
hub / github.com/dds-bridge/dds / System

Method System

library/src/system/system.cpp:136–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134
135
136System::System(
137 [[maybe_unused]] FptrType solve_chunk_common,
138 [[maybe_unused]] FptrType calc_chunk_common,
139 [[maybe_unused]] FptrType play_chunk_common,
140 [[maybe_unused]] FduplType detect_solve_duplicates,
141 [[maybe_unused]] FduplType detect_calc_duplicates,
142 [[maybe_unused]] FduplType detect_play_duplicates,
143 [[maybe_unused]] FsingleType solve_single_common,
144 [[maybe_unused]] FsingleType calc_single_common,
145 [[maybe_unused]] FsingleType play_single_common,
146 [[maybe_unused]] FcopyType copy_solve_single,
147 [[maybe_unused]] FcopyType copy_calc_single,
148 [[maybe_unused]] FcopyType copy_play_single
149)
150{
151 // Threading infrastructure removed: callbacks no longer registered.
152 // System now only provides hardware detection and configuration.
153 System::reset();
154}
155
156
157System::~System()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected