Project

General

Profile

Statistics
| Revision:

root / branches / rbom / code / projects / colonet / ColonetServer / Command.cpp @ 1390

History | View | Annotate | Download (7.4 KB)

# Date Author Comment
365 01/22/2008 08:43 PM Austin Buchan

made a copy

299 11/26/2007 08:04 PM Jason knichel

added some stuff

297 11/19/2007 10:09 PM Eugene Marinelli

trying to get server to send back num robots, xbee ids, sensor matrix -- not working yet

176 10/24/2007 01:01 AM Eugene Marinelli

test commit

175 10/17/2007 09:28 PM Eugene Marinelli

robot actually does stuff. Moves, but GUI control is off.

161 10/12/2007 08:19 PM Eugene Marinelli

formatting stuff

156 10/10/2007 08:43 PM Eugene Marinelli

Updated robot_slave code; reformatted a lot of stuff

154 10/10/2007 07:47 PM Greg Tress
153 10/10/2007 07:44 PM Greg Tress
152 10/10/2007 07:40 PM Greg Tress
151 10/10/2007 07:32 PM Greg Tress
146 10/10/2007 06:21 PM Jason knichel

made the server output an arbitrary sensor matrix instead of a random one

144 10/09/2007 11:14 PM Jason knichel

added some todo's

139 10/09/2007 08:22 PM Jason knichel

changed how the command gets its connection pool a little bit

135 10/09/2007 02:13 AM Jason knichel

removed some TODOs

131 10/09/2007 01:40 AM Jason knichel

moved more code in the Command class into its own private functions

130 10/09/2007 01:31 AM Jason knichel

extracted some code in the Command class into their own private methods

129 10/09/2007 01:26 AM Jason knichel

moved the send to robot code out into its own function in the Command class

128 10/09/2007 01:19 AM Jason knichel

moved the command parsing into its own class