Go to Post If they want my business, then they should act accordingly. If they don't, I am quite happy to take my business (and that of my $16.5 billion organization) elsewhere. - dlavery [more]
Home
Go Back   Chief Delphi > Technical > Programming > C/C++
CD-Media   CD-Spy  
portal register members calendar search Today's Posts Mark Forums Read FAQ rules

 
 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Spotlight this post!  
Unread 12-02-2009, 21:25
dboisvert dboisvert is offline
Registered User
AKA: Dan Boisvert
FRC #2405 (Divided by Zero)
Team Role: Programmer
 
Join Date: Feb 2009
Rookie Year: 2008
Location: Michigan
Posts: 57
dboisvert is an unknown quantity at this point
Micro Switch Code

Declared 2 Micro Switches

Code:
DigitalInput *flipperdoorright;
DigitalInput *flipperdoorleft;
Where I want the variables to get data from

Code:
flipperdoorleft = new DigitalInput(1);
flipperdoorright = new DigitalInput(2);
What I want it do with those variables

Code:
			if (m_leftStick->GetRawButton(5) == 1 && flipperdoorright == 1 ) {
				flipperdoor->Set(Relay::kForward);
				//delay(10);
			} else if (m_leftStick->GetRawButton(4) == 1 && flipperdoorleft == 1 ){
				flipperdoor->Set(Relay::kReverse);
				//delay(10);
			}
			else{
				flipperdoor->Set(Relay::kOff);
			}

(The Error shows up on the if and else if lines)
Error: ISO C++ forbids comparison between pointer and integer

I only included the lines giving me the errors and those that are relative to the question.

So what am I doing wrong?
Reply With Quote
 


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Pressure Switch code kE7JLM Programming 3 25-01-2008 14:54
Need Help Wiring Micro Switch/Limiting Switch Windward Electrical 2 07-02-2006 18:26
Pressure switch code kingpin3787 General Forum 11 22-02-2004 21:52
HELP US PLEASE?!?!(pressure switch code) kingpin3787 General Forum 1 21-02-2004 15:13
sample limit switch code??? tml240 Programming 5 17-02-2004 17:13


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

The Chief Delphi Forums are sponsored by Innovation First International, Inc.


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