|
Cascoda SDK
Cascoda SDK for building software to run with CA-821x transceivers
|
#include <assert.h>#include <signal.h>#include <stdarg.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <time.h>#include <unistd.h>#include "openthread/cli.h"#include "openthread/coap.h"#include "openthread/instance.h"#include "openthread/link.h"#include "openthread/tasklet.h"#include "openthread/thread.h"#include "cbor.h"#include "ca821x-posix-thread/posix-platform.h"
Macros | |
| #define | SuccessOrExit(aCondition) |
Functions | |
| void | printf_time (const char *format,...) |
| int | main (int argc, char *argv[]) |
| #define SuccessOrExit | ( | aCondition | ) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
| void printf_time | ( | const char * | format, |
| ... | |||
| ) |