44 int main(
int argc,
const char* argv[])
46 std::string serial_device_name =
"/dev/ttyUSB0";
49 serial_com.
connect(serial_device_name);
57 payload << test_pos_settings;
60 test_serial_packet.
index = 0;
uint8_t address
Adress denotes the actual function of the package.
void close()
canceling receive thread and closing connection to serial port
std::vector< uint8_t > array
array of template type TArray
bool sendPacket(SVHSerialPacket &packet)
function for sending packets via serial device to the SVH
std::vector< uint8_t > data
Payload of the package.
bool connect(const std::string &dev_name)
connecting to serial device and starting receive thread
Contains a class that enables access to serial devices.
uint8_t index
Continuosly incremented counter per package.
The SVHPositionSettings save the position controller paramters for a single motor.
Basic communication handler for the SCHUNK five finger hand.
Enables acces to serial devices.
int main(int argc, const char *argv[])
The SerialPacket holds the (non generated) header and data of one message to the SVH-Hardware.
Short description of tSerialFlags.