Changes between Version 2 and Version 3 of WARPLab/Reference/Transport/UDP


Ignore:
Timestamp:
Mar 13, 2015, 12:25:03 PM (9 years ago)
Author:
welsh
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WARPLab/Reference/Transport/UDP

    v2 v3  
    3333
    3434== Command List and Documentation ==
     35
    3536=== {{{ping}}} ===
    36 Test to make sure node can be accessed via this[[BR]]
    37 transport[[BR]]
     37Test to make sure node can be accessed via this transport[[BR]]
    3838
    3939
     
    4343
    4444
     45
    4546=== {{{payload_size_test}}} ===
    46 Determine's objects maxPayload parameter[[BR]]
     47Determine objects maxPayload parameter[[BR]]
    4748
    4849
    4950'''Arguments:''' none
    5051
    51 '''Returns:''' none                   
     52'''Returns:''' none
     53
     54
     55
     56=== {{{add_node_group_id}}} ===
     57Adds a Node Group ID to the node so that it can process broadcast commands that are received from that node group.[[BR]]
     58
     59
     60'''Arguments:''' (uint32 NODE_GRP_ID)
     61
     62'''Returns:''' none
     63
     64NODE_GRP_ID: ID provided by wl_node_grp[[BR]]
     65
     66
     67
     68=== {{{clear_node_group_id}}} ===
     69Clears a Node Group ID from the node so it can ignore broadcast commands that are received from that node group.[[BR]]
     70
     71
     72'''Arguments:''' (uint32 NODE_GRP_ID)
     73
     74'''Returns:''' none
     75
     76NODE_GRP_ID: ID provided by wl_node_grp[[BR]]
     77
     78