vrep.simExt* functions API help topics

Typically: "How do I... ", "How can I... " questions
Post Reply
enbo
Posts: 9
Joined: 17 Dec 2018, 02:59

vrep.simExt* functions API help topics

Post by enbo »

Dear forum:
I find some V-rep applications use

Code: Select all

simExtCanInitSimThread();
simInt simExtSimThreadInit();
simInt simExtSimThreadDestroy();
simInt simExtPostExitRequest();
simInt simExtGetExitRequest();
simInt simExtStep(simBool stepIfRunning);
simInt simExtCallScriptFunction
I am failed to find these functions in vrep user manual's API, and I want to know whether there is a doc for these function.

Thanks

coppelia
Site Admin
Posts: 10339
Joined: 14 Dec 2012, 00:25

Re: vrep.simExt* functions API help topics

Post by coppelia »

Hello and sorry for the delay,

those functions are not listed in the API, since they are not meant to be used. Currently they are used by PyRep.

Cheers

Post Reply