SpikeRequest is used to keep track of scheduled spikes in the event queue. The priority_queue from the STL ranks entries based on the < operator (defined below). The ranking will be in order of spikeTime, requestTime, and requestOrder.
The documentation for this struct was generated from the following file: