#include <cstdio>
#include <bitset>
#include <unordered_map>
#include <uavcan_linux/uavcan_linux.hpp>
#include <uavcan/protocol/node_status_monitor.hpp>
#include "debug.hpp"
Go to the source code of this file.
◆ CLIColor
| Enumerator |
|---|
| Red | |
| Green | |
| Yellow | |
| Blue | |
| Magenta | |
| Cyan | |
| White | |
| Default | |
Definition at line 12 of file uavcan_monitor.cpp.
◆ initNodeInPassiveMode()
| static uavcan_linux::NodePtr initNodeInPassiveMode |
( |
const std::vector< std::string > & |
ifaces, |
|
|
const std::string & |
node_name |
|
) |
| |
|
static |
◆ main()
| int main |
( |
int |
argc, |
|
|
const char ** |
argv |
|
) |
| |
◆ runForever()