mtapi_network_c_remote_action_create-snippet.h 195 Bytes
Newer Older
1 2 3 4 5 6 7
  float node_remote = 1.0f;
  local_action = mtapi_action_create(
    NETWORK_REMOTE_JOB,
    AddVectorAction,
    &node_remote, sizeof(float),
    MTAPI_DEFAULT_ACTION_ATTRIBUTES,
    &status);