Scid  4.7.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Functions
polyglot.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int polyglot_open (const char *BookFile, const int BookNumber)
 
int polyglot_close (const int BookNumber)
 
int polyglot_moves (char *moves, const char *fen, const int BookNumber)
 
int polyglot_positions (char *moves, const char *fen, const int BookNumber)
 
void scid_book_update (char *probs, const int BookNumber)
 
int scid_book_movesupdate (char *moves, char *probs, const int BookNumber, char *tempfile)
 

Function Documentation

◆ polyglot_close()

int polyglot_close ( const int  BookNumber)

◆ polyglot_moves()

int polyglot_moves ( char *  moves,
const char *  fen,
const int  BookNumber 
)

◆ polyglot_open()

int polyglot_open ( const char *  BookFile,
const int  BookNumber 
)

◆ polyglot_positions()

int polyglot_positions ( char *  moves,
const char *  fen,
const int  BookNumber 
)

◆ scid_book_movesupdate()

int scid_book_movesupdate ( char *  moves,
char *  probs,
const int  BookNumber,
char *  tempfile 
)

◆ scid_book_update()

void scid_book_update ( char *  probs,
const int  BookNumber 
)