Answers

Question and Answer:

  Home  VxWorks

⟩ What is another for creating a task without using taskspawn?

Instead of taskspawn

taskInit and taskActivate can be used to create task.

taskInit->It will initialize the task at specified address

taskActivate->It will activate the initialised task

 187 views

More Questions for you: