moveit2
The MoveIt Motion Planning Framework for ROS 2.
Loading...
Searching...
No Matches
create_deprecated_headers.DeprecatedHeader Class Reference

Public Member Functions

 __init__ (self, HppFile hpp)
str contents (self)

Public Attributes

 hpp = hpp
 path = hpp.path.with_suffix(".h")
str warn = '#pragma message(".h header is obsolete. Please use the .hpp header instead.")'
str contents = self.contents()

Detailed Description

Definition at line 100 of file create_deprecated_headers.py.

Constructor & Destructor Documentation

◆ __init__()

create_deprecated_headers.DeprecatedHeader.__init__ ( self,
HppFile hpp )

Definition at line 101 of file create_deprecated_headers.py.

Member Function Documentation

◆ contents()

str create_deprecated_headers.DeprecatedHeader.contents ( self)

Definition at line 107 of file create_deprecated_headers.py.

Member Data Documentation

◆ contents

str create_deprecated_headers.DeprecatedHeader.contents = self.contents()

Definition at line 105 of file create_deprecated_headers.py.

◆ hpp

create_deprecated_headers.DeprecatedHeader.hpp = hpp

Definition at line 102 of file create_deprecated_headers.py.

◆ path

create_deprecated_headers.DeprecatedHeader.path = hpp.path.with_suffix(".h")

Definition at line 103 of file create_deprecated_headers.py.

◆ warn

str create_deprecated_headers.DeprecatedHeader.warn = '#pragma message(".h header is obsolete. Please use the .hpp header instead.")'

Definition at line 104 of file create_deprecated_headers.py.


The documentation for this class was generated from the following file: