|
| def | __init__ (self) |
| |
| def | uplink (self, entity_fqn, uri) |
| | Setup factory and import entity class.
|
| |
| def | entity_to_string (self, content) |
| | Convert object into json string.
|
| |
| list | subscribe (self, entity_fqn, remote_uri, wait_s=2, multiple_samples=False) |
| |
◆ __init__()
| def hlcc_pubsub_test.EntitySubscriber.__init__ |
( |
|
self | ) |
|
◆ entity_to_string()
| def hlcc_pubsub_test.EntitySubscriber.entity_to_string |
( |
|
self, |
|
|
|
content |
|
) |
| |
Convert object into json string.
◆ subscribe()
| list hlcc_pubsub_test.EntitySubscriber.subscribe |
( |
|
self, |
|
|
|
entity_fqn, |
|
|
|
remote_uri, |
|
|
|
wait_s = 2, |
|
|
|
multiple_samples = False |
|
) |
| |
- Parameters
-
| entity_fqn | entity classname (fully qualified), e.g. "ModCcsinsif.Ccsinsif.AltAz" |
| remote_uri | publisher address, e.g. "dds.ps:///TELIF_CCS_TRG_OBS_ALTAZ" |
◆ uplink()
| def hlcc_pubsub_test.EntitySubscriber.uplink |
( |
|
self, |
|
|
|
entity_fqn, |
|
|
|
uri |
|
) |
| |
Setup factory and import entity class.
The documentation for this class was generated from the following file: