X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=WQ4kwEGJbS5IA6EL1UMH0SscKq0yxKnz/MJl0a2K+hQ=; b=iEPSg2oJecw0X901kB1FWn46TSmtaTC1A07tm6c5fW5yMB9P1L2PUPoKLVGDONUBwq 2Et9GeFWY2NHn3BNHjE6Gm9900iDDiiG9Fdlv4kDrHT6GX+l4lLyDjsQCljYCCsr45G/ 7RmqTKRnwi0fzL0C6vRibyM8N0IjwM17OusKS5sTyOt2288ht3akPiMascU/SUded13b dFeteRLDKcHnxiw8JWDTtbeEvTwo/X2oqIEqMqbAi60uCUbwBOD/nKJCYAvPN3hGhWDU 9hqlmLSZulQCx2TUHw7FOKrmeqEmi2rJN2IOm8+wR3jsymRflX7YRzzEi4edLnPeLXCm fPcw== X-Received: by 10.28.147.203 with SMTP id v194mr51416439wmd.16.1451213255904; Sun, 27 Dec 2015 02:47:35 -0800 (PST) Date: Sun, 27 Dec 2015 11:47:34 +0100 From: "Nicklas Karlsson (nicklas DOT karlsson17 AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] A fileformat library (C, dimensions, directions) Message-Id: <20151227114734.08b2c69ddb700fc3fed61d5f@gmail.com> In-Reply-To: References: <1512221837 DOT AA25291 AT ivan DOT Harhan DOT ORG> <20151222232230 DOT 12633 DOT qmail AT stuge DOT se> <0F6F1D0F-4F07-48EA-90FE-836EAD4E2354 AT noqsi DOT com> <0FCF3774-F93C-4BFF-BB61-636F75DCCACB AT noqsi DOT com> X-Mailer: Sylpheed 3.5.0beta1 (GTK+ 2.24.25; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > > Writing a parser for geda-gaf files is simpler than penetrating an API > > wrapping such a parser. That doesn’t mean you can do either in an instant. > > > > Highly unlikely for .sch, no chance whatsoever for pcb. We're talking > about one function call in each direction form YAML/JSON. ... One function call in each direction: refdes, net, layer, footprint, ... There is a need to access objects in different directions or dimensions, there may also be a need for a notification to gui or possible dbus then data have changed. C or C++ is probably the first choice since it is very common although I like Ada more. Nicklas Karlsson