Subversion Repositories f9daq

Rev

Blame | Last modification | View Log | RSS feed

#ifndef BASE_H_
#define BASE_H_

struct GRID{
  int koordinatniSistem[12][12];
  int pozicijaPixla[144];
  int pozicijaPixlaNaCipu[144];
};

const char * getSN(int runNumber);
int WriteSN(std::string compareLine);
int file_exists(char *fileName);
GRID mapping();
int CreateFEBsnFile();
int FEBsn(char * searchFEBserial);

#endif