LLRPTrigger
From RifidiWiki
LLRP Triggers
This page will describe how triggers are implemented in the Rifidi LLRP Readers
Implementation
Classes
- ROSpecController
- The class that is in charge of moving ROSpecs to different states and kicking off RoSpecs when they need to be executed.
- ROSpecExecutor
- The Thread that wraps a ROSpec
- ROSpec
- The class that executes AISpecs
- AISpec
- The class in charge of polling the radio for new tags and recording them to tag memory
- Trigger
- An Interface that all triggers implement.

