Bike-X
0.8
|
#include <iostream>
#include <string>
#include <unistd.h>
#include <signal.h>
#include <stdlib.h>
#include <stdio.h>
#include <errno.h>
#include <Device.h>
Go to the source code of this file.
Functions | |
static void | initPython () |
|
static |
Initialize python program, because we need to give it our pid
Definition at line 18 of file Device.cpp.