Chief Delphi

Chief Delphi (http://www.chiefdelphi.com/forums/index.php)
-   C/C++ (http://www.chiefdelphi.com/forums/forumdisplay.php?f=183)
-   -   Spikes in C++? (http://www.chiefdelphi.com/forums/showthread.php?t=73484)

gravethief13 02-02-2009 17:46

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?

nathanww 02-02-2009 18:27

Re: Spikes in C++?
 
You use the generic Relay class--the full documentation is on page 94 of the reference, but the constructer is just:

Code:

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

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


gravethief13 02-02-2009 18:39

Re: Spikes in C++?
 
Thank you very much.


All times are GMT -5. The time now is 02:29.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi