module LocationAPI_Pixits { // LibCommon import from LibCommon_BasicTypesAndValues all; // LibMec/LocationAPI import from LocationAPI_TypesAndValues all; modulepar Address PX_USER := "acr:192.0.0.1"; modulepar Address PX_USER_UNKNOWN := "acr:192.0.0.200"; modulepar ClientCorrelator PX_CLIENT_ID := "0123"; modulepar ClientCorrelator PX_CLIENT_ID_UNKNOWN := "0666"; modulepar charstring PX_SUBSCRIPTION_ID := "subscription0123"; modulepar charstring PX_SUBSCRIPTION_ID_UNKNOWN := "subscription0666"; modulepar AccessPointId PX_ACCESS_POINT_ID := "001010000000000000000000000000001"; modulepar ZoneId PX_ZONE_ID := "zone01"; modulepar ZoneId PX_ZONE_ID_UNKNOWN := "zone51"; modulepar ResourceURL PX_RESOURCE_URL := "http://example.com/exampleAPI/location/v2/users?address:acr:192.0.0.1"; modulepar TimeStamp PX_TIME_STAMP := { seconds := 1483231138, nanoSeconds := 0 }; modulepar NumberOfAccessPoints PX_NB_ACCESS_POINTS := 3; modulepar UInt32 PX_NB_UNSERVICABLEL_ACCESS_POINTS := 1; modulepar UInt32 PX_NB_USERS := 10; modulepar CallbackReference PX_CALLBACK_REF_URL := { "http://clientApp.example.com/location_notifications/123456" }; } // End of module LocationAPI_Pixits