Project

General

Profile

Revision 399

colonet wireless now setting com port and checking for wlinit errors

View differences:

wireless.h
118 118
} PacketGroupHandler;
119 119

  
120 120
/**@brief Initialize the wireless library **/
121
int wl_init(void);
121
int wl_init();
122 122
/**@brief Uninitialize the wireless library **/
123 123
void wl_terminate(void);
124 124
/**@brief Perform wireless library functionality **/
......
132 132
void wl_send_robot_to_robot_global_packet(char group, char type,
133 133
		char* data, int len, int dest, char frame);
134 134
/**@brief Send a packet to a specific robot in our PAN **/
135
void wl_send_robot_to_robot_packet(char group, char type,
136
		char* data, int len, int dest, char frame);
135
void wl_send_robot_to_robot_packet(char group, char type, char* data, int len, int dest, char frame);
137 136
/**@brief Send a packet to all robots **/
138 137
int wl_send_global_packet(char group, char type, char* data, int len, char frame);
139 138
/**@brief Send a packet to all robots in our PAN **/

Also available in: Unified diff