I made a fun piece of code, and thought that I'd share. Maybe it'll spark some good discussion. Here it is:
Push-Notifier.zip
I wanted to accomplish 2 things with this code:
1) I wanted to be able to create a notifier that I can register as a user event. Basically, I want a user event to be generated whenever a new notification is sent.
2) When I register for a user event, I want to be able to also force the event structure to generate a user event using the most recent notification. (Helpful for initialization of data in the event structure)
Demo VI looks like this:
Anyways, thought this might be fun to share