Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
h
l
m
n
o
p
r
s
t
u
w
Functions
Variables
a
c
d
e
h
m
n
o
p
r
s
u
w
Classes
Class List
Class Hierarchy
Class Members
All
_
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
w
~
Functions
_
c
d
e
f
g
j
n
p
q
r
s
t
u
~
Variables
_
c
d
e
g
h
i
l
m
n
o
p
r
s
t
u
w
Files
File List
File Members
All
Functions
setup.py
Go to the documentation of this file.
1
#!/usr/bin/env python
2
3
from
setuptools
import
setup
4
from
catkin_pkg.python_setup
import
generate_distutils_setup
5
6
d = generate_distutils_setup(packages=[
"netdata_interface"
], package_dir={
""
:
"src"
})
7
8
setup
(**d)
setup
cob_monitoring
Author(s): Florian Weisshardt
, Felix Messmer
autogenerated on Fri Aug 2 2024 09:45:52