I believe the correct syntax is

sscanf(strtok(0,separator),"%f", tLots);

and

sscanf(strtok(0,separator),"%f", tStop);

as tLots and tStop are already float pointers.