cw_end_receive_tone ( struct timeval const* timestamp )
1st parameter 'timestamp' (pointer) has base type 'struct timeval'.
cw_iambic_keyer_register_timer ( struct timeval* timer )
1st parameter 'timer' (pointer) has base type 'struct timeval'.
cw_rec_add_mark ( cw_rec_t* rec, struct timeval const* timestamp, char mark )
2nd parameter 'timestamp' (pointer) has base type 'struct timeval'.
cw_rec_mark_begin ( cw_rec_t* rec, struct timeval const* timestamp )
2nd parameter 'timestamp' (pointer) has base type 'struct timeval'.
cw_rec_mark_end ( cw_rec_t* rec, struct timeval const* timestamp )
2nd parameter 'timestamp' (pointer) has base type 'struct timeval'.
cw_rec_poll_character ( cw_rec_t* rec, struct timeval const* timestamp, char* character, bool* is_end_of_word, bool* is_error )
2nd parameter 'timestamp' (pointer) has base type 'struct timeval'.
cw_rec_poll_representation ( cw_rec_t* rec, struct timeval const* timestamp, char* representation, bool* is_end_of_word, bool* is_error )
2nd parameter 'timestamp' (pointer) has base type 'struct timeval'.
cw_receive_buffer_dash ( struct timeval const* timestamp )
1st parameter 'timestamp' (pointer) has base type 'struct timeval'.
cw_receive_buffer_dot ( struct timeval const* timestamp )
1st parameter 'timestamp' (pointer) has base type 'struct timeval'.
cw_receive_character ( struct timeval const* timestamp, char* c, bool* is_end_of_word, bool* is_error )
1st parameter 'timestamp' (pointer) has base type 'struct timeval'.
...