Re: [Hamlib-developer] what's up?
Library to control radio transceivers and receivers
Brought to you by:
n0nb
|
From: <rs...@su...> - 2001-10-12 15:32:43
|
On Fri, 12 Oct 2001, Stephane Fillod wrote:
> On Thu, Oct 11, 2001, Robert Steinhäußer wrote:
> > > > Sorry, but I still haven't tested our IC275 and 475 at home. Have to find
> > > > the old self-built interface first and then visit mom (DK3XJ) :)
>
> Yes it is. CI-V id $10 and $14. However, I still have to find the specs,
> brochures, whatever, to fill in the caps..
Oh, ok, so I'll search for the manual first.
> > I am trying to figure out why kdevelop wants to have -fno-exceptions in
> > the CXXFLAGS. Any ideas? I removed it manually from configure, so now I
> > can at least compile with <hamlib/rigclass.h> included.
>
> no clue. I'm not an expert in C++. Anyone?
Not a C++ problem. It seems like KDevelop sets this when compiling with
debug symbols. Don't know why. Adding "-fexceptions" to "own options"
doesn't help, as they are put on the command line before KDevleop's flags.
But without debug symbols it works.
> Or at least, Hamlib should offer all the primitives to manage configuration
> file?
Now if i exactly knew what a primitive is...
KDE has an own class KConfig, just do a config->SetGroup("xy"); and a
config->WriteEntry("name", value); and you get a
~/.kde2/share/config/prognamerc with:
[xy]
name=value
in it. I just have to know what to put there besides the rig numerical (as
below).
> > How do I find out which device need which specific settings? Like
> > baudrate, target IP address, etc. What is the struct confparams in rig.h?
> > I am focussing completely on the <hamlib/*.h> includes and not really
> > reading the hamlib source much (stupid app writers shouldn't have to
> > anyway :))
>
> I agree with you, and that's the point of having documentation.
> On this regard, the in-source documenting should be more verbose
> in the set_conf/get_conf section. In the meantime, have a look
> at src/conf.c. Right now, only "rig_pathname", "write_delay" and alike
> are available. Baud rate and such should be added in there...
I have some time to read it at my grandparents' on Saturday. The regional
ham club meeting (Distriktsversammlung) is on Sunday, so the weekend is
already filled up
> BTW, I'm going right now /P out-door (friday off, thanks to french "35 hours").
> >From time to time, I'll be calling CQ Hamlib on 21.250MHz..
OK, I have to leave now and catch my train home. We have our monthly local
ham meeting at 20:00.
73, Robert
--
Robert Steinhaeusser, DL1NC / N9KBK rs...@su...
http://1409.org ro...@st...
|