LibNg112_Pixits.ttcn 708 Bytes
Newer Older
Garcia's avatar
Garcia committed
module LibNg112_Pixits {

    /**
Garcia's avatar
Garcia committed
     * @desc Device identofoer
Garcia's avatar
Garcia committed
     */
    modulepar charstring PX_DEVICE_URI := "sip:user@example.net;gr=kjh29x97us97d";
    
Garcia's avatar
Garcia committed
    /**
     * @desc Unknown device identifier
     */
    modulepar charstring PX_UNKNOWN_DEVICE_URI := "sip:no_one@example.net;gr=kjh29x97us97d";
    
    /**
     * @desc Device position
     */
    modulepar float PX_DEVICE_POSITION := 0.0;
    
    /**
     * @desc Device position with a circle of conficence
     */
    modulepar float PX_DEVICE_CIRCLE_POSITION := 0.0;
    
    /**
     * @desc Device position with a circle of conficence
     */
    modulepar float PX_DEVICE_CIRCLE_RADIUS := 0.0;
    
Garcia's avatar
Garcia committed
} // End of module LibNg112_Pixits