Files
sics/motorsec.h
koennecke 91d4af0541 - Adapted indenation to new agreed upon system
- Added support for second generation scriptcontext based counter
2009-02-13 09:00:03 +00:00

15 lines
416 B
C

/**
* This is the header file for the second generation motor object.
* More details in the header of the implementation file.
*
* copyright: see file COPYRIGHT
*
* Mark Koennecke, December 2008
*/
#ifndef MOTORSEC_H_
#define MOTORSEC_H_
int SecMotorFactory(SConnection * pCon, SicsInterp * pSics, void *pData,
int argc, char *argv[]);
#endif /*MOTORSEC_H_ */