Code Search for Developers
 
 
  

MdMatch.h from EmStar at Krugle


Show MdMatch.h syntax highlighted

#ifndef __MD_MATCH_H__
#define __MD_MATCH_H__

#include "DiffTypes.h"
#include "Mdiff.h"


result_t MdMatch_isClass(Mdiff_state_t *state,
			 int attr,
			 DiffAttr_t *p_Attr,
			 uint8_t num);

result_t MdMatch_oneWayMatch( Mdiff_state_t * state,
			       DiffAttr_t *p_pRefAttrs,
			       uint8_t     p_uiNumRefAttrs,
			       DiffAttr_t *p_pCandidateAttrs,
			       uint8_t     p_uiNumCandAttrs );

int16_t MdMatch_getAttrIndex( Mdiff_state_t * state,
			      uint8_t      p_uiAttr,
			      uint16_t     p_uiStartIndex,
			      DiffAttr_t  *p_pAttrArray,
			      uint8_t      p_uiNumAttrs );

result_t MdMatch_equal( Mdiff_state_t * state,
			DiffAttr_t   *p_pAttrArray1,
			uint8_t       p_uiNumAttrs1,
			uint8_t       p_uiNumNoOps1,
			DiffAttr_t   *p_pAttrArray2,
			uint8_t       p_uiNumAttrs2,
			uint8_t       p_uiNumNoOps2 );


#endif




See more files for this project here

EmStar

EmStar is a software system for developing and deploying wireless sensor networks involving Linux-based platforms. As the wireless sensor network community has attempted to deploy more complex designs---large-scale, long-lived systems that need self-organization and adaptivity---a number of difficult software design issues have arisen. Advances in software design have not kept pace with the capabilities of hardware. This is because designing for an adaptive, efficient, and useful sensor network has turned out to be surprisingly complex and difficult. EmStar is a Linux-based software framework, whose goal is to dramatically reduce this complexity, enabling work to be shared and reused, and simplifying and speeding the design of new sensor network applications.

Project homepage: http://cvs.cens.ucla.edu/emstar/
Programming language(s): C,Shell Script
License: other

  old/
    MDForwarder.c
    MDForwarder_i.h
    MDOppGradient.c
    MDOppGradient.h
    MD_i.h
    microdiff.c
    microdiff.h
  DiffTypes.h
  MdForwarder.c
  MdForwarder.h
  MdMatch.c
  MdMatch.h
  MdOppGradient.c
  MdOppGradient.h
  Mdiff.h
  Mdiff.txt
  Mdiff_main.c