Re: Can't build with ssp-disabled toolchain

2011-07-19 Thread Niels Baggesen
On Wed, Jul 20, 2011 at 11:17:02AM +1000, Ben Nizette wrote: > During configure, a number of little test programs are compiled > and linked (as I'm sure you're aware) but the linker gets passed > -fstack-protector so all the links fail and the test results are > invalid. For example, I've got a co

Re: How to implement a very long enumerated variable

2011-07-19 Thread Robert Story
On Tue, 19 Jul 2011 12:18:02 +0200 Giuseppe wrote: GM> Now suppose the device is turned off and on again, and the user sends GET requests of mute and volumeLevel variables. Which value should the agent return for volumeLevel, if the value 30 wasn't permanently saved in a non-volatile memory? I

Re: How to implement a very long enumerated variable

2011-07-19 Thread Niels Baggesen
On Tue, Jul 19, 2011 at 12:18:02PM +0200, Giuseppe Modugno wrote: >"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> > http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en"> > > > Please disable HTML mails! /Niels -- Niels Baggesen - @home - Århus - Denmark - n...@user

Re: How to implement a very long enumerated variable

2011-07-19 Thread Dave Shield
My immediate reaction to this discussion is that the model is getting too complicated. I'd be inclined to implement this as a single integer value, with a range running from -1 to 1000 The description of the object would indicate the restriction on acceptable values, and any attempt to SET

Re: How to implement a very long enumerated variable

2011-07-19 Thread Giuseppe Modugno
On 18 Jul 2011 at 15:56, Robert Story wrote: > On Mon, 18 Jul 2011 10:28:58 +0200 Giuseppe wrote: > GM> What do you think?  Are my thoughts correct? > > You are correct, except for the part about needing non-volatile storage. If > you have non-volatile storage, you could