Subversion Repositories Projects

Rev

Rev 451 | Rev 500 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 451 Rev 462
Line 73... Line 73...
73
/**
73
/**
74
 * resend timer timout
74
 * resend timer timout
75
 */
75
 */
76
void QTSerialCommunication::slot_resend_timer() {
76
void QTSerialCommunication::slot_resend_timer() {
77
}
77
}
78
78
 
-
 
79
void QTSerialCommunication::received_data(char * data) {
-
 
80
}
-
 
81
79
82