Hubo Library
|
#include <stdio.h>
#include <string>
#include <unistd.h>
#include "../hubolib.h"
#include <pthread.h>
#include <assert.h>
Go to the source code of this file.
Data Structures | |
class | CCode |
Functions | |
void | SendDatagram (unsigned short pin) |
void | BoostThreadPriority () |
int | main (int argc, char *argv[]) |
Variables | |
const char * | g_pCode = "ADCBADADADCBCBCBADADADADADADCBCBCBCBADADCEADCE" |
CCode | A (365, 1) |
CCode | B (385, 0) |
CCode | C (1095, 1) |
CCode | D (1120, 0) |
CCode | E (4405, 0) |
void BoostThreadPriority | ( | ) |
Definition at line 108 of file SFKS2B1.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 49 of file SFKS2B1.cpp.
void SendDatagram | ( | unsigned short | pin | ) |
Definition at line 76 of file SFKS2B1.cpp.
CCode A(365, 1) |
CCode B(385, 0) |
CCode C(1095, 1) |
CCode D(1120, 0) |
CCode E(4405, 0) |
const char* g_pCode = "ADCBADADADCBCBCBADADADADADADCBCBCBCBADADCEADCE" |
Definition at line 21 of file SFKS2B1.cpp.