Пример #1
0
/*************************** FUNCTIONS ***********************************/
void cleanup()
{   // Close all the file streams
    markersFile.close();
    anglesFile.close();
    trajFile.close();
    matrixFile.close();
    stimFile.close();
    // Stop the optotrak
    optotrak.stopCollection();
}
Пример #2
0
void cleanup()
{   optotrak.stopCollection();
}