Subversion Repositories heizung

Rev

Rev 6 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6 Rev 10
Line 12... Line 12...
12
      char Grp[32];		// Run under group "Grp"
12
      char Grp[32];		// Run under group "Grp"
13
      char HeizPath[256];	// Path to file with
13
      char HeizPath[256];	// Path to file with
14
      int port;			// Network port to listen to
14
      int port;			// Network port to listen to
15
      char Werte[256];		// Path to pressure
15
      char Werte[256];		// Path to pressure
16
      char Device[256];		// Path to special device
16
      char Device[256];		// Path to special device
-
 
17
      char Pidfile[256];	// Path to pidfile
17
      unsigned int VID;		// Vendor ID
18
      unsigned int VID;		// Vendor ID
18
      unsigned int PID;		// Product ID
19
      unsigned int PID;		// Product ID
19
}CONFIGURE;
20
}CONFIGURE;
20
 
21
 
21
extern CONFIGURE configs;
22
extern CONFIGURE configs;