Re: [Monobotics-develop] X10Timer.cs use of d.value__ not supported on.NET
Brought to you by:
buhochileno
From: Jaime A. H. <obe...@ho...> - 2010-04-05 13:56:05
|
The solution. I fix the problem. -------------------------------------------------- From: "buh...@gm..." <buh...@gm...> Sent: Sunday, April 04, 2010 6:35 PM To: "monoBOTICS Developers" <mon...@li...> Subject: [Monobotics-develop] X10Timer.cs use of d.value__ not supported on.NET > Jaime: > > In X10Timer.cs code file a ".value__" is used, but it is not supported > on .NET, we need to check what that do to replaced with something more > standard. > > Here is a example where is used: > > // X10Timer.cs about line 353 > foreach( DayOfWeek d in this.daysOfWeek ) > temp += Convert.ToByte( 1 << d.value__ ); //TODO: check > this!!! > > > Can you check this and please changed to something more standard, > probably some property not ended by "__" :-) > > Thanks > > Mauricio > > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Monobotics-develop mailing list > Mon...@li... > https://lists.sourceforge.net/lists/listinfo/monobotics-develop > |