BwManagementAPI_Pixits.ttcn 478 Bytes
Newer Older
module BwManagementAPI_Pixits {
  
  // LibCommon
  import from LibCommon_BasicTypesAndValues all;

  // LibMec/LocationAPI
  import from LocationAPI_TypesAndValues all;
  
  modulepar Address PX_APP_INSTANCE_ID := "appInst01";
  
  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 };
  
} // End of module BwManagementAPI_Pixits