?? sensor.hpp
字號:
/******************************************************************* * * * 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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -