You are here: Forum Home → ANT Developers Forums → ANT General Questions → Thread
//Note scratch code has little to no error checking
#define DEBUG_FILE
#include "dsi_ant_device.hpp"
...
DSIANTDevice d;
d.SetDebug(TRUE);
if(!d.Open())
{
   printf("Failed Open!");
}
else
{
   AntChan c0;
   d.AddMessageProcessor(0, &c0;);
   c0.pclANT->GetChannelStatus(0, NULL, 300);
   ...
} 
Dynastream Developer
Dynastream Developer