[ECOS] Any problem ?

ratheesh kannoth ratheesh.ksz@gmail.com
Fri Mar 25 15:31:00 GMT 2011


Is there any prob with below code segment  in eCos ?

{
               fd_set rd_fds;

               FD_ZERO(&rd_fds);

                while (1) {

                          timeout.tv_sec = 1;
                          timeout.tv_usec = 0;

                         if (select(0,  &rd_fds, NULL, NULL, &timeout) < 0) {
                                      printf("\n  Error \n");
                                      sleep(1);
                                      continue;
                          }

                         printf("\n  Success  \n");
                 }
  }

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss



More information about the Ecos-discuss mailing list