12 lines
148 B
C
12 lines
148 B
C
/*
|
|
* Monitor.h
|
|
*
|
|
*/
|
|
#ifndef _MONITOR_H_
|
|
#define _MONITOR_H_
|
|
|
|
#define DEFAULT_COUNTER_DEVICE "DEV1/CTR0"
|
|
#define DEFAULT_LISTEN_PORT 3000
|
|
|
|
#endif
|