Number Crush  1.0
..
Functions | Variables
params.h File Reference

Paramters' definition and associated functions. More...

#include "Correc_prof/type.h"
Include dependency graph for params.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void InitParams (CMyParam &Param)
 Initialize the set of parameters from scratch. More...
 
void LoadParams (CMyParam &Param)
 Load the set of parameters from a YAML file. More...
 

Variables

const unsigned KNbCandies = 4
 KNbCandies : number of maximum candies in a grid.
 
const unsigned KMaxTimes = 20
 KMaxTimes : number of maximum allowed turns to win.
 
const unsigned KImpossible = KNbCandies + 2
 KImpossible :
 

Detailed Description

Paramters' definition and associated functions.

Author
Alain Casali
Marc Laporte
Version
1.0
Date
22 Janvier 2018

Definition in file params.h.

Function Documentation

void InitParams ( CMyParam Param)

Initialize the set of parameters from scratch.

Parameters
[out]Param: List of usefull parameters

Definition at line 11 of file params.cpp.

Here is the caller graph for this function:

void LoadParams ( CMyParam Param)

Load the set of parameters from a YAML file.

Parameters
[out]Param: List of usefull parameters

Definition at line 30 of file params.cpp.

Here is the caller graph for this function: