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 = "CBCDADABCDABCBCDADADABCDABCBCBCBCBCE" |
CCode | A (340, 1) |
CCode | B (395, 0) |
CCode | C (1060, 1) |
CCode | D (1120, 0) |
CCode | E (5830, 0) |
void BoostThreadPriority | ( | ) |
Definition at line 106 of file MD17177.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 47 of file MD17177.cpp.
void SendDatagram | ( | unsigned short | pin | ) |
Definition at line 74 of file MD17177.cpp.
CCode A(340, 1) |
CCode B(395, 0) |
CCode C(1060, 1) |
CCode D(1120, 0) |
CCode E(5830, 0) |
const char* g_pCode = "CBCDADABCDABCBCDADADABCDABCBCBCBCBCE" |
Definition at line 21 of file MD17177.cpp.