Roboid Control for Python
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
SiteServer Class Reference

Detailed Description

A site server is a participant which provides a shared simulated environment.

Inheritance diagram for SiteServer:
LocalParticipant Participant

Public Member Functions

 __init__ (self, port=7681, remote=False, udp_socket=None)
 Create a new site server.
 
 AddParticipant (self, ip_address, port)
 
 ProcessClientMsg (self, sender, msg)
 
 ProcessNetworkId (self, msg)
 
 Register (self, ThingClass, thing_type)
 
 Process (self, msg)
 
 ProcessThingMsg (self, msg)
 

Public Attributes

 ip_address
 
 port
 
 publishInterval
 
 others
 
 network_id
 
 buffer
 
 thing_msg_constructors
 
 udp_socket
 
 thread
 

Static Public Attributes

str name = "Site Server"
 

Constructor & Destructor Documentation

◆ __init__()

__init__ (   self,
  port = 7681,
  remote = False,
  udp_socket = None 
)

Create a new site server.

Parameters
portThe UDP port on which communication is received

Reimplemented from LocalParticipant.

Member Function Documentation

◆ AddParticipant()

AddParticipant (   self,
  ip_address,
  port 
)

Reimplemented from LocalParticipant.

◆ ProcessClientMsg()

ProcessClientMsg (   self,
  sender,
  msg 
)

Reimplemented from LocalParticipant.

◆ Register()

Register (   self,
  ThingClass,
  thing_type 
)

Reimplemented from LocalParticipant.

◆ ProcessThingMsg()

ProcessThingMsg (   self,
  msg 
)

Reimplemented from LocalParticipant.


The documentation for this class was generated from the following file: