Home
last modified time | relevance | path

Searched refs:your_node (Results 1 – 8 of 8) sorted by relevance

/dports/devel/ros-catkin/catkin-0.8.9/doc/howto/format1/
H A Dbuilding_executables.rst7 ``your_node``.
31 To build ``your_node``, add this command to your ``CMakeLists.txt``,
34 add_executable(your_node src1.cpp src2.cpp src_etc.cpp)
46 add_executable(your_node ${YOUR_NODE_SOURCES})
51 add_executable(your_node ${YOUR_NODE_SOURCES})
52 target_link_libraries(your_node ${catkin_LIBRARIES})
57 add_executable(your_node ${YOUR_NODE_SOURCES})
58 target_link_libraries(your_node
78 install(TARGETS your_node
H A Ddownloading_test_data.rst55 <node pkg="your_package" type="your_node" name="your_node">
H A Dinstalling_python.rst31 catkin_install_python(PROGRAMS nodes/your_node scripts/another_script
/dports/devel/ros-catkin/catkin-0.8.9/doc/howto/format2/
H A Dbuilding_executables.rst7 ``your_node``.
31 To build ``your_node``, add this command to your ``CMakeLists.txt``,
34 add_executable(your_node src1.cpp src2.cpp src_etc.cpp)
46 add_executable(your_node ${${PROJECT_NAME}_SOURCES})
51 add_executable(your_node ${${PROJECT_NAME}_SOURCES})
52 target_link_libraries(your_node ${catkin_LIBRARIES})
57 add_executable(your_node ${${PROJECT_NAME}_SOURCES})
58 target_link_libraries(your_node
78 install(TARGETS your_node
H A Ddownloading_test_data.rst55 <node pkg="your_package" type="your_node" name="your_node">
H A Dinstalling_python.rst31 catkin_install_python(PROGRAMS nodes/your_node scripts/another_script
/dports/net/pacemaker1/pacemaker-Pacemaker-1.1.24/lib/cluster/
H A Delection.c535 crm_node_t *our_node = NULL, *your_node = NULL; in election_count_vote() local
544 your_node = crm_get_peer(0, vote.from); in election_count_vote()
569 } else if (your_node == NULL || crm_is_peer_active(your_node) == FALSE) { in election_count_vote()
616 } else if (use_born_on && your_node->born < our_node->born) { in election_count_vote()
620 } else if (use_born_on && your_node->born > our_node->born) { in election_count_vote()
720 send_no_vote(your_node, &vote); in election_count_vote()
/dports/net/pacemaker2/pacemaker-Pacemaker-2.1.1/lib/cluster/
H A Delection.c539 crm_node_t *our_node = NULL, *your_node = NULL; in election_count_vote() local
548 your_node = crm_get_peer(0, vote.from); in election_count_vote()
568 } else if (your_node == NULL || crm_is_peer_active(your_node) == FALSE) { in election_count_vote()
711 send_no_vote(your_node, &vote); in election_count_vote()