Return-Path: X-Original-To: apmail-celix-commits-archive@www.apache.org Delivered-To: apmail-celix-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C347318D54 for ; Sun, 12 Jul 2015 20:04:27 +0000 (UTC) Received: (qmail 26202 invoked by uid 500); 12 Jul 2015 20:04:27 -0000 Delivered-To: apmail-celix-commits-archive@celix.apache.org Received: (qmail 26175 invoked by uid 500); 12 Jul 2015 20:04:27 -0000 Mailing-List: contact commits-help@celix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@celix.apache.org Delivered-To: mailing list commits@celix.apache.org Received: (qmail 26166 invoked by uid 99); 12 Jul 2015 20:04:27 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Jul 2015 20:04:27 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 51066E032D; Sun, 12 Jul 2015 20:04:27 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: pnoltes@apache.org To: commits@celix.apache.org Message-Id: <734597b01530438ca0b8bd591b563fc4@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: celix git commit: CELIX-237: Added needed test input Date: Sun, 12 Jul 2015 20:04:27 +0000 (UTC) Repository: celix Updated Branches: refs/heads/feature/CELIX-237_rsa-ffi 3cc606e8e -> 723d5aed0 CELIX-237: Added needed test input Project: http://git-wip-us.apache.org/repos/asf/celix/repo Commit: http://git-wip-us.apache.org/repos/asf/celix/commit/723d5aed Tree: http://git-wip-us.apache.org/repos/asf/celix/tree/723d5aed Diff: http://git-wip-us.apache.org/repos/asf/celix/diff/723d5aed Branch: refs/heads/feature/CELIX-237_rsa-ffi Commit: 723d5aed08fac90ee48121259ebcc3ba649e070c Parents: 3cc606e Author: Pepijn Noltes Authored: Sun Jul 12 22:10:32 2015 +0200 Committer: Pepijn Noltes Committed: Sun Jul 12 22:10:32 2015 +0200 ---------------------------------------------------------------------- .../descriptors/example1.descriptor | 14 ++++++++++++++ 1 file changed, 14 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/celix/blob/723d5aed/remote_services/dynamic_function_interface/descriptors/example1.descriptor ---------------------------------------------------------------------- diff --git a/remote_services/dynamic_function_interface/descriptors/example1.descriptor b/remote_services/dynamic_function_interface/descriptors/example1.descriptor new file mode 100644 index 0000000..251219a --- /dev/null +++ b/remote_services/dynamic_function_interface/descriptors/example1.descriptor @@ -0,0 +1,14 @@ +:annotations +type=interface +name=calculator +major_version=1 +minor_version=0 +micro_version=0 +:types +StatResult={DDD[D average min max input} +:methods +add(PDD*D)N +sub(PDD*D)N +sqrt(PD*D)N +stats(P[D*LStatsResult;)N +