-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
送信コマンドの整形デバッグ #25
Comments
テストケース① 完了済み -> -> 0001100100001000210010000100031001000010004100100001 |
テストケース② 完了済み -> -> 000310010000100011001000010002100100001000110010000100021001000010004100100001 |
テストケース③ 完了済み -> -> 0004100100002000110010000100021001000010003100100001 |
forとifが同時に送信された時を再現 -> 完了済み [送信コマンド] -> [整形後に表示されるべきコマンドとデータ値] if が falseの時 000110010001002021001000100203100100010020410010001000011001000100002100100010000110010001000021001000100004100100010 |
ifの中にforが入っている時の再現 [送信コマンド] 0001100100010 //前進 1秒 -> [整形後に表示されるべきコマンドとデータ値] if が falseの時 |
forの中にifが入っているときの再現 0001100100010 //前進 1秒 -> [整形後に表示されるべきコマンドとデータ値] ifがfalseの時 |
ifの2連続の再現 0001100100010 //前進 1秒 [実際に送るデータ値] [整形後に表示されるべきコマンドとデータ値] if が false のとき |
このスレッド内で、UDP送信データの整形テストに関するコマンドをまとめる
各自、思いついたコマンドを下記フォーマットのように書いていってください
The text was updated successfully, but these errors were encountered: