Gocator API

◆ GoSystem_ConstructEx()

kStatus GoSystem_ConstructEx ( GoSystem system,
kAlloc  allocator 
)

Constructs a GoSystem object.

During construction, a GoSystem object does not automatically locate sensors using the Gocator Discovery Protocol. Sensor discovery must be explicitly enabled by the following steps:

  1. Specify which interface(s) on which the protocol is allowed run by calling GoSystem_SetOneDiscoveryInterface() or allow the protocol to run on all interfaces with GoSystem_SetAllDiscoveryInterfaceAll().
  2. Start the discovery protocol with GoSystem_StartDiscovery().
Version
Introduced in firmware 4.6.7.157
Parameters
systemReceives constructed system object.
allocatorMemory allocator (or kNULL for default)
Returns
Operation status.