Arcades Posted March 27, 2008 Report Posted March 27, 2008 Hello! Searched through the forums and nothing found for this topic. --------------------------------- I have a program that reads data from PCI board memory. Stuck with using CIN's and decided accomplish this task with Call Library Function Node. --------------------------------- I use linux Ubuntu kernel 2.6 and program C code, LabView 7.1 i specify -lpci library for compiling my code. and use header file included. --------------------------------- 1) How to pass to Call library function node - parameter which is defined in "pci.h" as a structure with pointers? 2) Do I need to write wrapper for it ? If so is there well manuals? 3) Can I compile my entire program (which uses functions defined in pci.h and in library libpci.so) as a shared library .so and call functions directly from my library? or I should call those functions only from libpci.so separetely? P.S: I use mmap( .... ) function for returning pointer to memory with data on device. Thanks in advance. Quote
TobyD Posted April 5, 2008 Report Posted April 5, 2008 QUOTE (Arcades @ Apr 3 2008, 11:54 AM) mde... I've been wondering what "mde" means for a full day now. All I could come up with after googling it was Mucinous Ductal Ectasia. I can't make that make sense in the context of the post...any ideas? Quote
orko Posted April 5, 2008 Report Posted April 5, 2008 QUOTE (TobyD @ Apr 4 2008, 12:34 PM) I've been wondering what "mde" means for a full day now. All I could come up with after googling it was Mucinous Ductal Ectasia. I can't make that make sense in the context of the post...any ideas? My suspicion was it was some equivelant to "bump", since there wasn't a response yet. Either that or More Draft -- Edelweiss! Quote
Rolf Kalbermatter Posted April 8, 2008 Report Posted April 8, 2008 QUOTE (orko @ Apr 4 2008, 03:48 PM) My suspicion was it was some equivelant to "bump", since there wasn't a response yet. Either that or More Draft -- Edelweiss! Don't know that brand but yes come on with it :beer: Rolf Kalbermatter Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.