From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,fce935e9f3aa1da8 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!fu-berlin.de!uni-berlin.de!not-for-mail From: "Alex R. Mosteo" Newsgroups: comp.lang.ada Subject: Re: Interfacing with C: access/out parameters Date: Tue, 31 Aug 2004 11:48:46 +0200 Message-ID: <2pivpiFl9kl2U2@uni-berlin.de> References: <2ph6fjFkpsahU1@uni-berlin.de> <_UKYc.2897$w%6.1362@newsread1.news.pas.earthlink.net> <2pivcgFl9kl2U1@uni-berlin.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de jJRm3NqOakthtS3kesBLZAribeuEbLasz0a/Y56RnOyMkvufY= User-Agent: Mozilla Thunderbird 0.7.1 (X11/20040626) X-Accept-Language: en-us, en In-Reply-To: <2pivcgFl9kl2U1@uni-berlin.de> Xref: g2news1.google.com comp.lang.ada:3202 Date: 2004-08-31T11:48:46+02:00 List-Id: Alex R. Mosteo wrote: > I'm writing a (initially thin) binding for the Player/Stage robot server > (http://playerstage.sf.net). The function we are talking about is a > generic message passing one were messages are normally little (up to > 8kB) but could be (almost) arbitrarily bigger. Message communication > occurs at a configurable pace but the default is 10Khz if memory serves > well. Ooops, two clarifications: I'm the original poster, changed news installation. The "generic message passing" doesn't refer to generics in the Ada slang. Just that any message is sent through this function. Sorry for any misunderstanding.