- Adapted indenation to new agreed upon system
- Fixed bad status in poldi zug driver
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
|
||||
#define MAX_BROADCAST_MSG_LEN 1472
|
||||
|
||||
int openBroadcastSocket ( /* void */ );
|
||||
int openBroadcastSocket( /* void */ );
|
||||
void closeBroadcastSocket( /* sendSocket */ );
|
||||
int sendBroadcastMessage( /* sendSocket, sendPort, sndMsg, sndMsgLen */ );
|
||||
|
||||
int openReceiveSocket ( /* port */ );
|
||||
int readReceiveSocket ( /* recvSocket, buff, len */ );
|
||||
int selectReceiveSocket ( /* recvSocket, usec */ );
|
||||
int sendBroadcastMessage( /* sendSocket, sendPort, sndMsg, sndMsgLen */ );
|
||||
|
||||
int openReceiveSocket( /* port */ );
|
||||
int readReceiveSocket( /* recvSocket, buff, len */ );
|
||||
int selectReceiveSocket( /* recvSocket, usec */ );
|
||||
|
||||
Reference in New Issue
Block a user