a guide on creating components
how can I create new components?
There are quite a few sample components on the GitHub cppfbp repo - here is one: https://github.com/jpaulm/cppfbp/blob/master/CppFBPComponents/Components/ThCopy.cpp .
There is also a file describing the component and network syntax on my personal web site - http://www.jpaulmorrison.com/fbp/CppFBP.shtml - I will copy it onto the Github repo shortly...
Thanks again!
these names are hard to read:
lua_register(L, "dfsrecv", thl_recv); lua_register(L, "dfsdrop", thl_drop); lua_register(L, "dfscrep", thl_crep); lua_register(L, "dfssend", thl_send); lua_register(L, "dfselct", thl_elct); lua_register(L, "dfsclos", thl_clos); lua_register(L, "dfsderef", thl_deref);