From: "Yogi A. Patel" <yapatel@gatech.edu>
To: Jorge Ramirez Ortiz <jro@xenomai.org>
Cc: "xenomai@xenomai.org" <xenomai@xenomai.org>
Subject: Re: [Xenomai] analogy calibration issue(s)
Date: Mon, 17 Aug 2015 10:22:02 -0400 [thread overview]
Message-ID: <55D1EE0A.6030100@gatech.edu> (raw)
In-Reply-To: <55D1E001.5080905@xenomai.org>
>> diff --git a/lib/analogy/calibration.c b/lib/analogy/calibration.c
>> index b50cb2f..d062a00 100644
>> --- a/lib/analogy/calibration.c
>> +++ b/lib/analogy/calibration.c
>> @@ -105,7 +105,10 @@ static inline int read_int(int *val, struct _dictionary_
>> *f, const char *subd,
>>
>> *val = iniparser_getint(f, str, 0xFFFF);
>> if (*val == 0xFFFF)
>> + {
>> + *val = -1;
>> ret = -ENOENT;
> this is not correct.
> the coefficient was not found and so an error must be return.
Yes, I agree that an error must be returned. The problem is that *val is
pointing to 0XFFFF - which is nb_elements. So when you check
if(nb_elements < 0), it still proceeds, rather than returning an error
as it should.
Thanks for sending your file. I am absurdly confused as to why I don't
get an output section..have you tried this with any other cards?
next prev parent reply other threads:[~2015-08-17 14:22 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-05 3:01 [Xenomai] analogy calibration issue(s) Yogi A. Patel
2015-08-05 5:00 ` Jorge Ramirez Ortiz
2015-08-05 5:13 ` Yogi A. Patel
2015-08-05 12:54 ` Jorge Ramirez Ortiz
2015-08-06 19:00 ` Jorge Ramirez Ortiz
2015-08-06 20:30 ` Yogi A. Patel
2015-08-06 20:47 ` Jorge Ramirez Ortiz
2015-08-07 1:57 ` Yogi A. Patel
2015-08-07 11:26 ` Jorge Ramirez Ortiz
2015-08-07 12:43 ` Yogi A. Patel
2015-08-07 13:00 ` Jorge Ramirez Ortiz
2015-08-07 14:13 ` Jorge Ramirez Ortiz
2015-08-07 20:15 ` Yogi A. Patel
2015-08-07 20:32 ` Jorge Ramirez Ortiz
2015-08-07 20:35 ` Yogi A. Patel
2015-08-07 20:47 ` Jorge Ramirez Ortiz
2015-08-07 20:48 ` Yogi A. Patel
2015-08-07 21:27 ` Jorge Ramirez Ortiz
2015-08-11 12:29 ` Yogi A. Patel
2015-08-17 4:11 ` Yogi A. Patel
2015-08-17 13:22 ` Jorge Ramirez Ortiz
2015-08-17 13:39 ` Jorge Ramirez Ortiz
2015-08-17 14:29 ` Jorge Ramirez Ortiz
2015-08-17 14:22 ` Yogi A. Patel [this message]
2015-08-20 14:15 ` Jorge Ramirez Ortiz
2015-08-07 21:28 ` Gilles Chanteperdrix
2015-08-11 12:22 ` Yogi A. Patel
2015-08-11 15:49 ` Gilles Chanteperdrix
2015-08-07 12:53 ` Jorge Ramirez Ortiz
2015-08-06 20:56 ` Gilles Chanteperdrix
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=55D1EE0A.6030100@gatech.edu \
--to=yapatel@gatech.edu \
--cc=jro@xenomai.org \
--cc=xenomai@xenomai.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.