|
Cascoda SDK
Cascoda SDK for building software to run with CA-821x transceivers
|
#include <math.h>#include <stdbool.h>#include <stdint.h>#include <stdio.h>#include <stdlib.h>#include <time.h>#include <unistd.h>#include <string.h>#include "ca821x-posix/ca821x-posix-evbme.h"#include "ca821x-posix/ca821x-posix.h"#include "evbme_messages.h"
Functions | |
| int | main (int argc, char *argv[]) |
Variables | |
| struct ca821x_dev | sDeviceRef |
| uint32_t | numberOfMessagesSent |
| uint32_t | numberOfIndicationsReceived = 0 |
| uint32_t | mReceivedIndications [300] |
| uint32_t | position = 0 |
| uint8_t | previousHandle = 0 |
| uint8_t | count = 0 |
| int | missedHandles = 0 |
| char * | resultsOption |
| struct timespec * | start |
| struct timespec * | end |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
| uint8_t count = 0 |
| struct timespec* end |
| int missedHandles = 0 |
| uint32_t mReceivedIndications[300] |
| uint32_t numberOfIndicationsReceived = 0 |
| uint32_t numberOfMessagesSent |
| uint32_t position = 0 |
| uint8_t previousHandle = 0 |
| char* resultsOption |
| struct ca821x_dev sDeviceRef |
| struct timespec* start |