예제 #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();
}