Jump to content

PCIe via Call Library Function Node


Arcades

Recommended Posts

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.

Link to comment
  • 2 weeks later...

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?

Link to comment

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!

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.