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

Class ParamType

library/src/api/dds.h:194–200  ·  view source on GitHub ↗

* @brief Parameters for batch board solving. * * Contains input/output structures for solving multiple boards * in a single operation. */

Source from the content-addressed store, hash-verified

192 * in a single operation.
193 */
194struct ParamType
195{
196 int no_of_boards; ///< Number of boards to solve
197 Boards const * bop; ///< Pointer to input boards
198 SolvedBoards * solvedp; ///< Pointer to output solutions
199 int error; ///< Error code from operation
200};
201
202/**
203 * @brief Execution mode for solver operations.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected