Skip to content

MissionControlServer

Alessandro Febretti edited this page Sep 23, 2015 · 57 revisions
Table of Contents

[[module omega | Python-Reference#module-omega]]

Last revision: ver. 8.0.5 - 19 Jul 2013

electing File  New.

Methods

Method(s)

Description

int getPort()

Gets the tcp port used by the server to accept incoming connections. adad[dasd]

I can add more paras here

broadcastEvent([Event] evt, MissionControlClient sender)

Broadcasts an event. If sender is not null, the event not be sent to the specified client.

sendEventTo([Event] evt, MissionControlClient target)

Send an event to the specified client.

Global Functions

Function

Description

MissionControlServer getMissionControlServer()

Gets the mission control sevrer for this application or None if no mission control server is running.

Clone this wiki locally