Main Page
+
Namespaces
Namespace List
+
Namespace Members
All
Functions
Variables
+
Classes
Class List
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
l
m
n
p
r
s
t
v
w
+
Variables
a
b
c
d
e
f
g
h
i
l
m
n
p
r
s
t
v
w
+
Files
File List
+
File Members
+
All
a
b
c
d
e
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
+
Functions
a
c
d
e
g
m
p
q
r
s
u
w
+
Variables
c
d
h
l
m
p
r
s
v
w
Typedefs
Enumerations
Enumerator
+
Macros
a
b
c
d
g
h
i
l
m
n
o
p
r
s
t
v
w
vendor
rpi_ws281x_mock
pwm.cpp
Go to the documentation of this file.
1
#include "
pwm.h
"
2
#include <
ros/console.h
>
3
4
int
pwm_pin_alt
(
int
chan,
int
pinnum)
5
{
6
ROS_INFO_STREAM
(
"pwm_pin_alt called (params: chan == "
<< chan <<
", pinnum == "
<< pinnum <<
")"
);
7
return
42;
8
}
pwm_pin_alt
int pwm_pin_alt(int chan, int pinnum)
Definition:
pwm.cpp:4
pwm.h
ROS_INFO_STREAM
#define ROS_INFO_STREAM(args)
console.h
ws281x
Author(s): Alexey Rogachevskiy
, Oleg Kalachev
autogenerated on Wed Jun 15 2022 02:46:00