Home
last modified time | relevance | path

Searched refs:BIOSIG_VERSION_MAJOR (Results 1 – 4 of 4) sorted by relevance

/dports/biology/biosig/biosig-2.3.3/biosig4c++/
H A Dbiosig-dev.h110 #define BIOSIG_VERSION_MAJOR 3 macro
115 #define BIOSIG_VERSION (BIOSIG_VERSION_MAJOR * 10000 + BIOSIG_VERSION_MINOR * 100 + BIOSIG_PATCHLEV…
H A Dbiosig2gdf.c97 …fprintf(stderr,"biosig2gdf (BioSig4C++) v%i.%i.%i\n", BIOSIG_VERSION_MAJOR, BIOSIG_VERSION_MINOR, … in main()
H A Dsave2gdf.c88 …fprintf(stdout,"save2gdf (BioSig4C++) v%i.%i.%i\n", BIOSIG_VERSION_MAJOR, BIOSIG_VERSION_MINOR, BI… in main()
H A Dbiosig.c1151 return ((BIOSIG_VERSION_MAJOR<<16) + (BIOSIG_VERSION_MINOR<<8) + BIOSIG_PATCHLEVEL); in get_biosig_version()
1230 Equipment[4] = BIOSIG_VERSION_MAJOR+'0'; in constructHDR()