discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] Change request - VrSigProc.h


From: Rob Judd
Subject: [Discuss-gnuradio] Change request - VrSigProc.h
Date: Tue, 05 Aug 2003 22:50:14 +1000

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




reply via email to

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