37 lines
694 B
C
37 lines
694 B
C
|
/*
|
||
|
*
|
||
|
* NOTES:
|
||
|
*
|
||
|
* REVISIONS:
|
||
|
* rct11Dec92 Added includes for 'action' sensors
|
||
|
* pcy15Jan92 Added selftest.h and smroutvs.h
|
||
|
* pcy08Apr94: Trim size, use static iterators, dead code removal
|
||
|
*/
|
||
|
#ifndef _INC__SMRTSENS_H
|
||
|
#define _INC__SMRTSENS_H
|
||
|
|
||
|
#include "batcalt.h"
|
||
|
#include "batpacks.h"
|
||
|
#include "battcaps.h"
|
||
|
#include "battrep.h"
|
||
|
#include "coprites.h"
|
||
|
#include "eeprom.h"
|
||
|
#include "firmrevs.h"
|
||
|
#include "litesnsr.h"
|
||
|
#include "lobatdur.h"
|
||
|
#include "shutdel.h"
|
||
|
#include "manudate.h"
|
||
|
#include "replbatt.h"
|
||
|
#include "runtrems.h"
|
||
|
#include "smboosen.h"
|
||
|
#include "trimsen.h"
|
||
|
#include "tripregs.h"
|
||
|
#include "upssers.h"
|
||
|
#include "towdels.h"
|
||
|
#include "ups2slep.h"
|
||
|
#include "upsmodl.h"
|
||
|
|
||
|
|
||
|
#endif
|
||
|
|