Classes | Functions | Variables
ros_introspection.cmake Namespace Reference

Classes

class  CMake
 
class  Command
 
class  CommandGroup
 
class  Section
 
class  SectionStyle
 

Functions

def get_ordering_index (command_name)
 
def get_sort_key (content, anchors)
 

Variables

list BUILD_TARGET_COMMANDS = ['add_library', 'add_executable', 'add_rostest', 'add_dependencies', 'target_link_libraries']
 
list ORDERING
 
 QUOTED_PATTERN = re.compile(r'"([^"]+)"')
 
 VARIABLE_PATTERN = re.compile(r'\$\{([^\}]+)\}')
 

Function Documentation

def ros_introspection.cmake.get_ordering_index (   command_name)

Definition at line 19 of file cmake.py.

def ros_introspection.cmake.get_sort_key (   content,
  anchors 
)

Definition at line 31 of file cmake.py.

Variable Documentation

list ros_introspection.cmake.BUILD_TARGET_COMMANDS = ['add_library', 'add_executable', 'add_rostest', 'add_dependencies', 'target_link_libraries']

Definition at line 7 of file cmake.py.

list ros_introspection.cmake.ORDERING
Initial value:
1 = ['cmake_minimum_required', 'project', 'set_directory_properties', 'find_package', 'pkg_check_modules',
2  'set', 'catkin_generate_virtualenv', 'catkin_python_setup', 'add_definitions',
3  'add_message_files', 'add_service_files', 'add_action_files',
4  'generate_dynamic_reconfigure_options', 'generate_messages', 'catkin_package', 'catkin_metapackage',
5  BUILD_TARGET_COMMANDS + ['include_directories'],
6  ['catkin_download_test_data', 'roslint_cpp', 'roslint_python', 'roslint_add_test', 'catkin_add_nosetests'],
7  'catkin_add_gtest', 'group',
8  ['install', 'catkin_install_python']]

Definition at line 9 of file cmake.py.

ros_introspection.cmake.QUOTED_PATTERN = re.compile(r'"([^"]+)"')

Definition at line 5 of file cmake.py.

ros_introspection.cmake.VARIABLE_PATTERN = re.compile(r'\$\{([^\}]+)\}')

Definition at line 4 of file cmake.py.



ros_introspection
Author(s):
autogenerated on Wed Jun 19 2019 19:56:52