0_0_4100118_26685.cpp: In function `void process()':
0_0_4100118_26685.cpp:4: error: `target' undeclared (first use this function)
0_0_4100118_26685.cpp:4: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_4100118_26685.cpp:4: error: `current' undeclared (first use this function)
0_0_4100118_26685.cpp:5: error: `closeThreshold' undeclared (first use this function)
0_0_4100118_26685.cpp:15: error: `otherThreshold' undeclared (first use this function)
0_0_4100118_26685.cpp: At global scope:
0_0_4100118_26685.cpp:19: error: `main' must return `int'
0_0_4100118_26685.cpp: In function `int main(...)':
0_0_4100118_26685.cpp:20: error: `closeThreshold' undeclared (first use this function)
0_0_4100118_26685.cpp:20: error: `readConfigure' undeclared (first use this function)
0_0_4100118_26685.cpp:21: error: `otherThreshold' undeclared (first use this function)
0_0_4100118_26685.cpp:23: error: `current' undeclared (first use this function)
0_0_4100118_26685.cpp:23: error: `target' undeclared (first use this function)
0_0_4100118_26685.cpp:25: error: `needSet' undeclared (first use this function)
|