discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] naming conventions for static class members


From: George Nychis
Subject: [Discuss-gnuradio] naming conventions for static class members
Date: Wed, 11 Apr 2007 20:48:09 -0400
User-agent: Thunderbird 2.0b2 (X11/20070305)

Eric,

You brought up naming conventions in our convo, and mentioned the d_ prefix to 
class members.

After reading through the README.hacking file, I see there is a s_ convention from static members in a class. Should these:

static const int D_PORT_TYPE_RX = 0
static const int D_PORT_TYPE_TX = 1;
...

become

static const int S_PORT_TYPE_RX ?

- George




reply via email to

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