Project

General

Profile

Revision 129

Added by Jason knichel over 16 years ago

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

View differences:

Command.h
19 19
  int tokenize_command(char* command, char tokens[MAX_TOKENS][MAX_TOKEN_SIZE]);
20 20
  int check_tokens(unsigned char* tokens, int number_tokens);
21 21

  
22

  
22
 private:
23
  int parse_send_to_robot(int number_tokens, char tokens[MAX_TOKENS][MAX_TOKEN_SIZE]);
23 24
};
24 25

  
25 26

  

Also available in: Unified diff