Jack2
1.9.8
|
#include <JackNetManager.h>
Public Member Functions | |
JackNetMaster (JackNetSocket &socket, session_params_t ¶ms, const char *multicast_ip) | |
bool | IsSlaveReadyToRoll () |
![]() | |
JackNetMasterInterface (session_params_t ¶ms, JackNetSocket &socket, const char *multicast_ip) | |
![]() | |
JackNetInterface (const char *multicast_ip, int port) | |
JackNetInterface (session_params_t ¶ms, JackNetSocket &socket, const char *multicast_ip) | |
Friends | |
class | JackNetMasterManager |
Additional Inherited Members | |
![]() | |
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 () |
![]() | |
bool | fRunning |
int | fCurrentCycleOffset |
int | fMaxCycleOffset |
int | fLastfCycleOffset |
This class describes a Net Master
Definition at line 37 of file JackNetManager.h.