#include <stdio.h>
#include <yarp/dev/ControlBoardInterfaces.h>
#include <yarp/dev/PolyDriver.h>
#include <yarp/dev/CanBusInterface.h>
#include <yarp/os/Time.h>
#include <yarp/sig/Vector.h>
#include <yarp/os/PeriodicThread.h>
#include <iostream>
#include <iomanip>
#include <string>
#include <bitset>
Go to the source code of this file.
|
int | main (int argc, char *argv[]) |
|
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
◆ CAN_DRIVER_BUFFER_SIZE
const int CAN_DRIVER_BUFFER_SIZE =2047 |
◆ done
◆ localBufferSize
const int localBufferSize =2048 |
◆ log_start
◆ SNIFFER_THREAD_RATE
const int SNIFFER_THREAD_RATE =50 |