Spikes in C++?

I’ve looked through the reference guide and can’t find anything on Spikes. Will someone please tell me how to use spikes in C++, mainly as to how to define them?

You use the generic Relay class–the full documentation is on page 94 of the reference, but the constructer is just:


Relay (UINT32 channel, Relay::Direction direction = kBothDirections)

Or


Relay (UINT32 slot, UINT32 channel, Relay::Direction direction =
kBothDirections)

Thank you very much.