Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032
00033 #if !defined(_FEDM_ISC_PEOPLE_COUNTER_H_INCLUDED_)
00034 #define _FEDM_ISC_PEOPLE_COUNTER_H_INCLUDED_
00035
00036 #if !defined(_FEDM_NO_PD_SUPPORT)
00037
00038 #include "FedmIscPeripheralDevice.h"
00039
00040
00041
00042
00043
00044
00045
00046
00047
00048
00049
00050
00051
00052
00053
00054 class _FEDM_ISC_CORE_EXT_CLASS FedmIscPeopleCounter : public FedmIscPeripheralDevice
00055 {
00056 public:
00057
00058 FedmIscPeopleCounter(FEDM_ISCReader* pReader, unsigned char ucBusAdr);
00059
00060 virtual ~FedmIscPeopleCounter();
00061
00062
00063 int SetOutput(FEISC_GPC_OUTPUT* pOutput1, FEISC_GPC_OUTPUT* pOutput2, FEISC_GPC_OUTPUT* pOutput3);
00064 int GetCounter(unsigned int& uiRadar1_Cnt1, unsigned int& uiRadar1_Cnt2, unsigned int& uiRadar2_Cnt1, unsigned int& uiRadar2_Cnt2);
00065 int SetCounter(unsigned int uiRadar1_Cnt1, unsigned int uiRadar1_Cnt2, unsigned int uiRadar2_Cnt1, unsigned int uiRadar2_Cnt2);
00066
00067
00068 protected:
00069
00070 };
00071
00072 #endif // #if !defined(_FEDM_NO_PD_SUPPORT)
00073
00074 #endif // !defined(_FEDM_ISC_PEOPLE_COUNTER_H_INCLUDED_)