sensor.hpp

来自「extremeDB s sample code,useful for you」· HPP 代码 · 共 48 行

HPP
48
字号
/******************************************************************* *                                                                 * *  This file is a part of the eXtremeDB-HA Application Framework  * *  Copyright (c) 2001-2006 McObject LLC                           *  *  All Rights Reserved                                            * *                                                                 * *******************************************************************//* * ++ *  * PROJECT:   eXtremeDB(tm) (c) 2003 McObject LLC * * SUBSYSTEM: HA support framework * * MODULE:    sensor.hpp * * ABSTRACT:  sensor's definitions * * VERSION:   1.0 * * HISTORY: *            1.0- 1 SS     18-Feb-2004 Created it was * * -- */#ifndef	_SENSOR_H	#define	_SENSOR_H#include  "app.h"#include  "monitorDB.hpp"class HA; /* dummy declaration *//********************************************************************                 implementation of Sensor_1 - Sensor_4 methods ********************************************************************/class Sensor_1: public monitorDB::Sensor1{  public:    HA*   ha;    void  init(int num_rec);    int   new_record(int4 time);    void  output(FILE *f);};#endif	//_SENSOR_H_

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?