discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Change request - VrSigProc.h


From: Krzysztof Kamieniecki
Subject: Re: [Discuss-gnuradio] Change request - VrSigProc.h
Date: Tue, 5 Aug 2003 09:58:33 -0400
User-agent: Internet Messaging Program (IMP) 3.0

Can I ask why are you using MSVC instead of MINGW and/or CYGWIN.

Quoting Rob Judd <address@hidden>:

> static const int MARK_ALREADY = 2;      //!< all data is already
> computed
>   static const int MARK_READY = 1;              //!< data is ready to be
> computed (and has been 
> 
> marked)
>   static const int MARK_READY_NO_MARK = 0;//!< data is ready on this
> level or above, 
>                                         //   but no further data should be 
> marked
>   static const int MARK_NO_READY = -1;          //!< no data is ready to be
> computed
>   static const int MARK_THREAD = -2;            //!< data is marked by another
> thread
>   static const int MARK_continue = -3;    //!< flag distinct from all
> others (keep last)
> 
> 
> Pure specifiers should be inside a function, and MSVC won't accept it
> even if GNUC does. I'll leave the recoding to the experts. ;-)
> 
> Rob
> 
> 
> _______________________________________________
> Discuss-gnuradio mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/discuss-gnuradio
> 






reply via email to

[Prev in Thread] Current Thread [Next in Thread]