Unanswered Logical Motion Sensor

  • Wednesday, December 01, 2010 6:39 PM
     
     
    Is there any emulator?

All Replies

  • Thursday, March 03, 2011 7:26 PM
    Moderator
     
     
    Can you please elaborate on what you are trying to achieve ? You an create your own 'Logical Sensor' driver using the Sensor platform components and expose that to the OS. Is that your end goal ?
  • Thursday, March 10, 2011 6:32 PM
     
     
    I have created a client that listens motion sensors. Since I don't own real motion sensor I need a logical/virtual one for debug purposes. Creating logical sensor myself is not a case because I have not a trusted functional client for debug purposes, in turn. :)
  • Friday, March 18, 2011 4:50 PM
    Moderator
     
     
    The only way to test your client is to create a logical motion sensor driver. There is no way to inject motion data other than that. You can write a fairly simple logical sensor driver by using the Sensor WDK samples at http://msdn.microsoft.com/en-us/library/ff545867(v=vs.85).aspx