#ifndef PiFunction_wrapper_H
#define PiFunction_wrapper_H

extern "C"
{

/** Construct and return a PiFunction instance
    as a pointer to a CCA component.
*/
  gov::cca::Component * create_PiFunction ();

#define PIFUNCTION_ALIAS "PiFunction"

};


#endif // __PiFunction_wrapper_h