Skip to content

Commit

Permalink
-changed settings for vxworks
Browse files Browse the repository at this point in the history
  • Loading branch information
RuedKamp committed Sep 22, 2015
1 parent 72fac42 commit dfdabf3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Compiler/Template/CodegenCpp.tpl
Expand Up @@ -2340,7 +2340,7 @@ BUNDLE_INFO_END(com_boschrexroth_<%modelname%>)

BUNDLE_EXPORT int com_boschrexroth_<%modelname%>_create(int param1, int param2, int param3)
{
/*

MLPIHANDLE connection = MLPI_INVALIDHANDLE;

// connect to API
Expand Down Expand Up @@ -2373,7 +2373,7 @@ BUNDLE_EXPORT int com_boschrexroth_<%modelname%>_create(int param1, int param2,
result = mlpiLogicPouExtensionRegister(connection, name, function);
}
mlpiApiDisconnect(&connection);
*/

printf("\n###################################################################");
printf("\n## onCreate #######################################################");
printf("\n###################################################################");
Expand All @@ -2382,7 +2382,7 @@ return 0;

BUNDLE_EXPORT int com_boschrexroth_<%modelname%>_start(int param1, int param2, int param3)
{
spawnTask();
//spawnTask();
printf("\n###################################################################");
printf("\n## onStart ########################################################");
printf("\n###################################################################");
Expand Down

0 comments on commit dfdabf3

Please sign in to comment.