Feature #2758 » ZJ_ACSputRdb.h
1 |
#pragma once |
---|---|
2 |
#include <vector> |
3 |
#include <string> |
4 |
#include <map> |
5 |
|
6 |
|
7 |
//using namespace std; |
8 |
|
9 |
//???ڱ????ͻ??????Ҫ?Ľӿڷ???һ?????? |
10 |
class putRdb{ |
11 |
public: |
12 |
putRdb(); |
13 |
~putRdb(); |
14 |
|
15 |
void *iotprotocols; |
16 |
int rtuno; |
17 |
|
18 |
int putAYc(int rtu, int no, float value); |
19 |
int putAYx(int rtu, int no, int value); |
20 |
|
21 |
int printLog(unsigned int type, char *fmt); |
22 |
|
23 |
void putasoe(int rtu,int yxno, long long empno, long long timestamp); |
24 |
}; |