c't

c't-Projekte - Mailinglisten


[Voriger (Datum)] [Nächster (Datum)] [Voriger (Thread)] [Nächster (Thread)]
[Nach Datum][Nach Thread]

[ct-bot] ct-Bot Kommunikations-Code

Absender: Timo Sandmann
Datum: Do, 13.03.2008 02:36:15


Hi,

ich habe mal eine Frage, bevor ich den Command-Code im Bot erweitere: Wofür sind denn die Funktionen
void *bot_2_sim_rcv_isr(void * arg)
int wait_for_command(int timeout_s)
int wait_for_special_command(uint8 command)
void signal_command_available(void)
void wait_for_time(long timeout_us)
in pc/bot-2-sim.pc?
Die werden scheinbar nirgendwo benutzt. Für "int bot_2_sim_ask(uint8 command, uint8 subcommand,int16* data_l,int16* data_r)" in include/ bot-2-sim.h gibt es nicht mal eine Implementierung.

Gruß Timo