// Run on Wed Feb 02 08:24:35 2011, version 3.14.03
//
//}}NodeBuilder Code Wizard End
//{{NodeBuilder Code Wizard Start
////
//}}NodeBuilder Code Wizard End
//////////////////////////////////////////////////////////////////////////////
// File: closedLoopSensor.nc
//
//
// Generated by NodeBuilder Code Wizard Version 3.14.03
// Copyright (c) 2001-2005 Echelon Corporation. All rights reserved.
//
// ECHELON MAKES NO REPRESENTATION, WARRANTY, OR CONDITION OF
// ANY KIND, EXPRESS, IMPLIED, STATUTORY, OR OTHERWISE OR IN
// ANY COMMUNICATION WITH YOU, INCLUDING, BUT NOT LIMITED TO,
// ANY IMPLIED WARRANTIES OF MERCHANTABILITY, SATISFACTORY
// QUALITY, FITNESS FOR ANY PARTICULAR PURPOSE,
// NONINFRINGEMENT, AND THEIR EQUIVALENTS.
//
//
// Written By:
//
// Description:
//
// closedLoopSensor.nc contains when-tasks, handler functions, director functions and
// any other code that is used with the closedLoopSensor component.
//
// This file is a good place to add code for any additional processing that is
// specific to closedLoopSensor, such as the processing of closedLoopSensor-specific application
// timers, I/O events, and so forth.
//
// Note this file also contains the closedLoopSensorReportMask constant variable, that
// is used to describe closedLoopSensor's capabilities. See below for details.
//
//////////////////////////////////////////////////////////////////////////////
#ifndef _closedLoopSensor_NC_
#define _closedLoopSensor_NC_
#include "common.h"
#include "closedLoopSensor.h"
#include "Gizmo4.h"
// TODO: Add code for any additional processing that is specific to closedLoopSensor here.
// Such code includes the processing of closedLoopSensor-specific application timers or
// I/O events.
//{{NodeBuilder Code Wizard Start
// The NodeBuilder Code Wizard will add and remove code here.
// DO NOT EDIT the NodeBuilder Code Wizard generated code in these blocks