Project

General

Profile

Revision 131

Added by Jason knichel over 16 years ago

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

View differences:

Command.h
23 23
  int parse_send_to_robot(int number_tokens, char tokens[MAX_TOKENS][MAX_TOKEN_SIZE]);
24 24
  int parse_request_from_server(int number_tokens, char tokens[MAX_TOKENS][MAX_TOKEN_SIZE], ConnectionPool * connection_pool, int pool_index);
25 25

  
26
  int parse_request_bom_matrix(ConnectionPool * connection_pool, int pool_index);
27
  int parse_request_xbee_ids(ConnectionPool * connection_pool, int pool_index);
26 28
};
27 29

  
28 30

  

Also available in: Unified diff