Documentation for DetectorPack PSIM 1.0.1.

Previous page Next page

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

All events from the Detector Pack software modules come from the CAM object, which corresponds to the Camera system object.

Events of software modules can be used in Intellect scripts to launch the procedures when a corresponding event occurs (see Programming Guide).

Event format:

CAM|"_id_"|"_command_"|"_parameters_"

Events description:

Event

Description

Software module used
NEW_OBJECT

The appearance of a new track (object)

Neurotracker
OBJECT_LOSTThe disappearance of a track (object)Neurotracker
CURRENT_OBJECTSEvent for the GET_STATUS commandNeurotracker

List of event parameters:

Parameters

Parameters description

cam<>
id of the software module that generates the event
fraction<>Millisecond timestamp of the event
new_id<>id of a new track (object)
owner<>Server name
date<>Date of event
guid_pk<>id of event (randomly generated for each event)
core_global<>

When the event is generated, all CORE objects in the distributed system are notified

time<>Time of event
lost_id<>id of a disappeared track (object)
y.0<>...

0 - serial number of a track (object) in the event, <> - y coordinates

x.0<>...0 - serial number of a track (object) in the event, <> - x coordinates
id.0<>...

0 - serial number of a track (object) in the event, <> - object id

id.count<>Current number of tracks (objects)
  • No labels