--------------------------------------------------------------------------- -- -- Filename: -- -- telemetry.ads -- -- Description: -- -- XGC Ada demo telemetry package -- -- Credits: -- -- Copyright (C) 1997, ESTEC - ESA -- Copyright (c) 1999, Chris Nettleton Software -- -- License: -- -- Permission to use copy, modify, and distribute this software for any -- purpose without fee is hereby granted. This software is provided -- "as is", without any express or implied warranty. -- -- Revision: -- -- $Id: $ -- --------------------------------------------------------------------------- package Telemetry is task Telemetry is pragma Priority (5); end Telemetry; end Telemetry;