#include "ros/ros.h"
#include <ros/package.h>
#include "raspicat/LedValues.h"
#include <fstream>
Go to the source code of this file.
|
void | cb (const raspicat::LedValues::ConstPtr &msg) |
|
int | main (int argc, char **argv) |
|
void | output (std::ofstream *ofs, bool input) |
|
void cb |
( |
const raspicat::LedValues::ConstPtr & |
msg | ) |
|
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
void output |
( |
std::ofstream * |
ofs, |
|
|
bool |
input |
|
) |
| |