Welcome to the EyeBot
Version 7 - RPi1
A Controller For Various Hardware IO
Main Page
Data Structures
Files
File List
Globals
include
radio.h
Go to the documentation of this file.
1
8
int
RADIOInit(
void
);
// Start radio communication
9
int
RADIOGetID(
void
);
// Get own radio ID
10
int
RADIOSend(
int
id
, BYTE* buf,
int
size);
// Send spec. number of bytes to ID destination
11
int
RADIOReceive(
int
*
id
, BYTE* buf,
int
*size);
// Read num. of bytes from ID source
12
int
RADIOCheck(
int
*
id
);
// Non-blocking check whether message is waiting
13
int
RADIOStatus(
void
);
// Returns number of robots (incl. self) in network
14
int
RADIORelease(
void
);
// Terminate radio communication
Generated by
1.8.10