To: | |
---|---|
Subject: | Re: [ts-7000] Trying to encapsulate thread in class |
From: | "Rich Wilson" <> |
Date: | Tue, 22 Jan 2008 08:36:05 -0800 |
Richard, It seems to be complaining about the third parameter to pthread_create, which is &resetWatchdog. I believe it's complaining because you can't form a pointer to a class member, unless it's static, because the pointer doesn't make sense without an object to go with it. Translation: You need to make resetWatchdog into a static function in order to pass it as a parameter to pthread_create. Rich On Jan 21, 2008 11:34 PM, Richard <> wrote:
|
<Prev in Thread] | Current Thread | [Next in Thread> |
---|---|---|
|
Previous by Date: | [ts-7000] Re: adding to bare bones TS linux, j.chitte |
---|---|
Next by Date: | Re: [ts-7000] RTC daughterboard on TS-7200 - how to use?, Kevin Cozens |
Previous by Thread: | [ts-7000] Trying to encapsulate thread in class, Richard |
Next by Thread: | Re: [ts-7000] Trying to encapsulate thread in class, Keith Engell |
Indexes: | [Date] [Thread] [Top] [All Lists] |
Disclaimer: Neither Andrew Taylor nor the University of NSW School of Computer and Engineering take any responsibility for the contents of this archive. It is purely a compilation of material sent by many people to the birding-aus mailing list. It has not been checked for accuracy nor its content verified in any way. If you wish to get material removed from the archive or have other queries about the archive e-mail Andrew Taylor at this address: andrewt@cse.unsw.EDU.AU