APPENDIX CCode Listings

Arranged by chapter, here are the complete listings of the programs. You can also download them from the book website, in the Source Code/Download area at http://www.apress.com.

Chapter 9

Listing C-1. rawmeter.nbc

//-------------------Variable Declarations------------------ dseg segment        TLocation     struct        X             sword        Y             sword    TLocation  ends    TDrawText  struct       Result  sbyte       Location TLocation      Text      byte[]      Options   dword    TDrawText   ends    dtArgs TDrawText    thePort byte IN_1 // sensor port 1    theSensorType byte IN_TYPE_REFLECTION  //RCX style light    theSensorMode byte IN_MODE_RAW  // raw data mode    RVal sword    SVal sword 0    isInvalid ...

Get Extreme NXT: Extending the LEGO MINDSTORMS NXT to the Next Level now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.