Scid  4.7.0
Functions
probe.h File Reference
#include "position.h"
#include "matsig.h"
Include dependency graph for probe.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

bool scid_TB_compiled (void)
 
uint scid_TB_MaxPieces (void)
 
uint scid_TB_CacheSize (void)
 
void scid_TB_SetCacheSize (uint cachesize)
 
uint scid_TB_Init (const char *dir)
 
bool scid_TB_Available (matSigT matsig)
 
errorT scid_TB_Probe (Position *pos, int *score)
 

Function Documentation

◆ scid_TB_Available()

bool scid_TB_Available ( matSigT  matsig)

Definition at line 354 of file probe.cpp.

◆ scid_TB_CacheSize()

uint scid_TB_CacheSize ( void  )

Definition at line 342 of file probe.cpp.

◆ scid_TB_compiled()

bool scid_TB_compiled ( void  )

Definition at line 333 of file probe.cpp.

◆ scid_TB_Init()

uint scid_TB_Init ( const char *  dir)

Definition at line 350 of file probe.cpp.

◆ scid_TB_MaxPieces()

uint scid_TB_MaxPieces ( void  )

Definition at line 338 of file probe.cpp.

◆ scid_TB_Probe()

errorT scid_TB_Probe ( Position pos,
int *  score 
)

Definition at line 358 of file probe.cpp.

◆ scid_TB_SetCacheSize()

void scid_TB_SetCacheSize ( uint  cachesize)

Definition at line 346 of file probe.cpp.