-
大小: 2.08MB文件類型: .rar金幣: 2下載: 0 次發布日期: 2023-09-08
- 語言: Matlab
- 標簽:
資源簡介
V-REP從3.4版開始為64位,但官方并沒提供64位動態鏈接庫,我編譯生成了64位文件。

代碼片段和文件信息
/*?Author?:?Ing.?Diego?Daniel?Santiago.?INAUT?-?CONICET?*/
#include?“access.h“
#include?“v_repLib.h“
CShareMemoryContainer*?CAccess::shareMemoryContainer=NULL;
CEventContainer*?CAccess::eventContainer=NULL;
CAccess::CAccess()
{?//?Fully?static?class
}
CAccess::~CAccess()
{?//?Fully?static?class
}
void?CAccess::createNonGui()
{?//?Set-up?of?data?structures:
shareMemoryContainer=new?CShareMemoryContainer();
eventContainer=new?CEventContainer();
}
void?CAccess::destroyNonGui()
{?//?Clean-up?all?non-GUI?stuff
delete?shareMemoryContainer;
shareMemoryContainer=NULL;
delete?eventContainer;
eventContainer=NULL;
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????83456??2015-08-27?16:35??v_repExtShareMemory.dll\32\v_repExtShareMemory.dll
?????文件????2268160??2019-07-28?21:31??v_repExtShareMemory.dll\64\v_repExtShareMemory.dll
?????文件????????794??2019-07-28?21:43??readme.txt
?????文件?????690448??2019-07-28?18:39??v_repExtShareMemory.zip
?????文件????????656??2014-06-06?17:44??v_repExtShareMemory\access.cpp
?????文件????????412??2014-06-06?17:44??v_repExtShareMemory\access.h
?????文件???????1696??2014-06-06?17:43??v_repExtShareMemory\Cevent.cpp
?????文件????????707??2014-06-06?17:43??v_repExtShareMemory\Cevent.h
?????文件????????266??2017-11-07?18:39??v_repExtShareMemory\clean.bat
?????文件???????1837??2014-06-06?17:43??v_repExtShareMemory\eventContainer.cpp
?????文件????????521??2014-06-06?17:44??v_repExtShareMemory\eventContainer.h
?????文件???????1090??2014-06-04?09:46??v_repExtShareMemory\examples\cameraExample.m
?????文件?????373661??2014-06-04?09:46??v_repExtShareMemory\examples\camerasExample.ttt
?????文件????????304??2014-06-06?17:58??v_repExtShareMemory\examples\eventExample.m
?????文件?????217429??2014-06-06?17:59??v_repExtShareMemory\examples\eventExample.ttt
?????文件????????495??2014-06-06?18:05??v_repExtShareMemory\examples\ExternalExample.m
?????文件?????221123??2014-06-02?13:02??v_repExtShareMemory\examples\InternalExample.ttt
?????文件???????8704??2014-06-06?17:41??v_repExtShareMemory\examples\matlabResetEvent.mexw64
?????文件???????8704??2014-06-06?17:41??v_repExtShareMemory\examples\matlabSetEvent.mexw64
?????文件???????8704??2014-06-06?17:41??v_repExtShareMemory\examples\matlabWaitForEvent.mexw64
?????文件??????10752??2014-06-02?11:03??v_repExtShareMemory\examples\simExtMatlabSM.mexw64
?????文件????????656??2014-06-06?17:22??v_repExtShareMemory\matlabResetEvent.cpp
?????文件????????642??2014-06-06?17:30??v_repExtShareMemory\matlabSetEvent.cpp
?????文件???????2231??2014-06-03?18:31??v_repExtShareMemory\matlabShareMemory.cpp
?????文件????????919??2014-06-06?17:30??v_repExtShareMemory\matlabWaitForEvent.cpp
?????文件???????2043??2014-03-26?13:40??v_repExtShareMemory\porting.h
?????文件????????130??2014-06-07?12:31??v_repExtShareMemory\README.txt
?????文件???????4728??2014-06-06?17:44??v_repExtShareMemory\shareMemory.cpp
?????文件???????1214??2014-06-06?17:44??v_repExtShareMemory\shareMemory.h
?????文件???????2247??2014-06-06?17:44??v_repExtShareMemory\ShareMemoryContainer.cpp
............此處省略14個文件信息
評論
共有 條評論