43 lines
1001 B
C
43 lines
1001 B
C
/*
|
||
* pribors.h
|
||
*
|
||
* Created on: 6 сент. 2024 г.
|
||
* Author: user
|
||
*/
|
||
|
||
#ifndef INC_PRIBORS_H_
|
||
#define INC_PRIBORS_H_
|
||
|
||
#define PRIBOR_PRDN1 0x00
|
||
#define PRIBOR_PRDN2 0x04
|
||
#define PRIBOR_PRDN3 0x08
|
||
#define PRIBOR_PRDN4 0x0C
|
||
#define PRIBOR_PRDV1 0x01
|
||
#define PRIBOR_PRDV2 0x05
|
||
#define PRIBOR_PRDV3 0x09
|
||
#define PRIBOR_PRDV4 0x0D
|
||
#define PRIBOR_PRDK1 0x02
|
||
#define PRIBOR_PRDK2 0x06
|
||
#define PRIBOR_PRDK3 0x0A
|
||
#define PRIBOR_PRDK4 0x0E
|
||
#define PRIBOR_UF 0x1B
|
||
|
||
|
||
#define IP_PRIBOR_PRDN1 "10.1.1.11"
|
||
#define IP_PRIBOR_PRDN2 "10.1.1.21"
|
||
#define IP_PRIBOR_PRDN3 "10.1.1.31"
|
||
#define IP_PRIBOR_PRDN4 "10.1.1.41"
|
||
#define IP_PRIBOR_PRDV1 "10.1.1.12"
|
||
#define IP_PRIBOR_PRDV2 "10.1.1.22"
|
||
#define IP_PRIBOR_PRDV3 "10.1.1.32"
|
||
#define IP_PRIBOR_PRDV4 "10.1.1.42"
|
||
#define IP_PRIBOR_PRDK1 "10.1.1.13"
|
||
#define IP_PRIBOR_PRDK2 "10.1.1.23"
|
||
#define IP_PRIBOR_PRDK3 "10.1.1.33"
|
||
#define IP_PRIBOR_PRDK4 "10.1.1.43"
|
||
#define IP_PRIBOR_UF "10.1.1.52"
|
||
|
||
#endif /* INC_PRIBORS_H_ */
|
||
|
||
|