|
Jack2
1.9.8
|
#include <JackNetManager.h>
Public Member Functions | |
| JackNetMaster (JackNetSocket &socket, session_params_t ¶ms, const char *multicast_ip) | |
| bool | IsSlaveReadyToRoll () |
Public Member Functions inherited from Jack::JackNetMasterInterface | |
| JackNetMasterInterface (session_params_t ¶ms, JackNetSocket &socket, const char *multicast_ip) | |
Public Member Functions inherited from Jack::JackNetInterface | |
| JackNetInterface (const char *multicast_ip, int port) | |
| JackNetInterface (session_params_t ¶ms, JackNetSocket &socket, const char *multicast_ip) | |
Friends | |
| class | JackNetMasterManager |
Additional Inherited Members | |
Protected Member Functions inherited from Jack::JackNetMasterInterface | |
| bool | Init () |
| int | SetRxTimeout () |
| bool | SetParams () |
| void | Exit () |
| int | SyncRecv () |
| int | SyncSend () |
| int | DataRecv () |
| int | DataSend () |
| void | EncodeSyncPacket () |
| void | DecodeSyncPacket () |
| int | Send (size_t size, int flags) |
| int | Recv (size_t size, int flags) |
| bool | IsSynched () |
| void | FatalRecvError () |
| void | FatalSendError () |
Protected Attributes inherited from Jack::JackNetMasterInterface | |
| bool | fRunning |
| int | fCurrentCycleOffset |
| int | fMaxCycleOffset |
| int | fLastfCycleOffset |
This class describes a Net Master
Definition at line 37 of file JackNetManager.h.
1.8.2