Hubo Library
|
#include <stdio.h>
#include <string>
#include <unistd.h>
#include "../hubolib.h"
#include "CStringDump.h"
Go to the source code of this file.
Functions | |
void | ReceiveToFile (unsigned short pin, string sFilename, unsigned long long breakTime) |
void | TransmitFromFile (unsigned short pin, string sFilename, int repeatCount) |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 28 of file Transceiver.cpp.
void ReceiveToFile | ( | unsigned short | pin, |
string | sFilename, | ||
unsigned long long | breakTime | ||
) |
Definition at line 67 of file Transceiver.cpp.
void TransmitFromFile | ( | unsigned short | pin, |
string | sFilename, | ||
int | repeatCount | ||
) |
Definition at line 113 of file Transceiver.cpp.