#include "scolThinkGear.h"#include <ios>#include <sstream>Go to the source code of this file.
Functions | |
| void | handleDataValueFunc (unsigned char extendedCodeLevel, unsigned char code, unsigned char valueLength, const unsigned char *value, void *customData) |
| bool | STG_Connect (LSerie *serie, int numPort, int serialBaudrate, int serialDataFormat) |
| void | STG_Disconnect (LSerie *serie) |
| void handleDataValueFunc | ( | unsigned char | extendedCodeLevel, | |
| unsigned char | code, | |||
| unsigned char | valueLength, | |||
| const unsigned char * | value, | |||
| void * | customData | |||
| ) |
1) Function which acts on the value[] bytes of each ThinkGear DataRow as it is received.
Definition at line 8 of file scolThinkGear.cpp.
| bool STG_Connect | ( | LSerie * | serie, | |
| int | numPort, | |||
| int | serialBaudrate, | |||
| int | serialDataFormat | |||
| ) |
Definition at line 68 of file scolThinkGear.cpp.
| void STG_Disconnect | ( | LSerie * | serie | ) |
Definition at line 75 of file scolThinkGear.cpp.
1.6.3