#include "MotoROS.h"
Go to the source code of this file.
Functions | |
BOOL | Ros_StateServer_SendMsgToAllClient (Controller *controller, SimpleMsg *sendMsg, int msgSize) |
void | Ros_StateServer_SendState (Controller *controller) |
void | Ros_StateServer_StartNewConnection (Controller *controller, int sd) |
BOOL Ros_StateServer_SendMsgToAllClient | ( | Controller * | controller, |
SimpleMsg * | sendMsg, | ||
int | msgSize | ||
) |
Definition at line 163 of file StateServer.c.
void Ros_StateServer_SendState | ( | Controller * | controller | ) |
Definition at line 94 of file StateServer.c.
void Ros_StateServer_StartNewConnection | ( | Controller * | controller, |
int | sd | ||
) |
Definition at line 49 of file StateServer.c.