Search found 32 matches

by vsabino
Tue Jul 20, 2010 3:23 pm
Forum: NetBurner Software
Topic: Proper Queue usage
Replies: 17
Views: 9412

Proper Queue usage

Hi, I'm a little confused with how to use queues. I saw the example in \nburn\examples\RTOS\OSQueue: /*------------------------------------------------------------------- Q Post Task ------------------------------------------------------------------*/ void QPostTask( void *pdata ) { while ( 1 ) { fo...
by vsabino
Wed May 14, 2008 8:55 am
Forum: NetBurner Software
Topic: operating and printing with 64-bit numbers
Replies: 2
Views: 4384

operating and printing with 64-bit numbers

Hi, I'm trying to work with 64-bit numbers. I declared my variable as "long long": long long decimal_place; then I assign it a value: decimal_place = 1000000000000; // The 1 exp 12 is the largest decimal place for a 40-bit number but I get a compiler error: integer constant is too large fo...