Closed jefffisher closed 8 years ago
Not sure if it makes any sense to actually implement it, but it'd be nice to be able to do, e.g.:
switch (getNovatelPacketID()) { case getBinaryResponsePacketID(): // Do something... break; };
So in that particular case, it'd be a change in NovatelPackets.h that'd look something like this:
- uint32_t getBinaryResponsePacketID(void); + #define getBinaryResponsePacketID() (1)
Done, version 1.4.8.a
Not sure if it makes any sense to actually implement it, but it'd be nice to be able to do, e.g.:
So in that particular case, it'd be a change in NovatelPackets.h that'd look something like this: