Log4OM SDK

Your ideas for making Log4OM even better.
Locked
PB4FUN
Advanced Class
Posts: 78
Joined: 27 Feb 2014, 18:20
Location: JO33KC
Contact:

Log4OM SDK

Post by PB4FUN »

How about making an SDK for Log4OM ?
It would be nice to have access some to functionality from another program, like setting the call/freq/mode into Log4OM or getting a new freq after clicking on a clusterspot inside of Log4OM.

something like this :

ALog4Om = new TLogForOM
try
ALog4OM.SetCall('XY1ABC')
ALog4OM.SetFreq(this.Freq)
if Assigned(ALog4OM.onChangeCall) ChangeCall()
....
....
ALog4OM.SaveQSO
finally
ALog4OM.Free
end
PB4FUN Meindert; Rig : Icom IC-9100 / Ant: Falcon OUT-250-B @4m AGL; 144 MHz 16 el @ 4m AGL; 70 cm 23 el @ 5 m AGL
User avatar
IW3HMH
Site Admin
Posts: 2988
Joined: 21 Jan 2013, 14:20
Location: Quarto d'Altino - Venezia (ITA)
Contact:

Re: Log4OM SDK

Post by IW3HMH »

Hi Meindert
something already exists in WCF. Other functionalities could be added "easily" on request.
I'm working on that for new V2 release (that is a complete rebuild of the whole software).

I'm actually working with external access (WCF) but a DLL is planned, as said, on V2. I'm still planning that, so i'm also evaluating a "plugin" system for Log4OM with full access to all data. Actually in V2 database DLL's are mounted at Runtime, so expandability is (will be) possible.
Daniele Pistollato - IW3HMH
Locked