[erlang-questions] Generic Erlang Port Driver V0.5 Released

Michael Truog mjtruog@REDACTED
Fri Feb 6 09:43:07 CET 2009


Release of the Generic Erlang Port Driver (GEPD), version 0.5

PURPOSE
-------------------------------------------------
I thought it would be nice to automatically generate an Erlang port driver
for C/C++ bindings using a single self-contained file.

test_drv.cpp provides:

- a function binding with only a single line tuple
- efficient passing of function types with no intermediate character buffer
- functionality like the Erlang Driver Tool Kit (EDTK) (no fd handling 
though)
- macro expansion to avoid code duplication errors (boost is required)
- floating point type handling

The test_drv.erl code provides a simplistic test of the Erlang port 
driver code.

Get the code here:
http://emuddy.svn.sourceforge.net/viewvc/emuddy/lib/emuddy/src/gepd/



More information about the erlang-questions mailing list