|
fipa_acl
1.4
|
Console program that asks for settings of the fipa message and output the corresponding bytestream of a bitefficient message. More...
#include <stdlib.h>#include <stdio.h>#include <unistd.h>#include <string>#include <map>#include <fipa_acl/message_generator/message_generator.h>Go to the source code of this file.
Functions | |
| bool | usage (int argc, char **argv) |
| int | main (int argc, char **argv) |
Variables | |
| std::map< std::string, std::string > | options |
Console program that asks for settings of the fipa message and output the corresponding bytestream of a bitefficient message.
Definition in file generator.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 51 of file generator.cpp.
| bool usage | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 19 of file generator.cpp.
| std::map<std::string, std::string> options |
Definition at line 17 of file generator.cpp.
1.8.11