Cascoda SDK
Cascoda SDK for building software to run with CA-821x transceivers
blacklist_test.c File Reference
#include <setjmp.h>
#include <stdarg.h>
#include <stddef.h>
#include <string.h>
#include <cmocka.h>
#include "ca821x_api.h"
#include "ca821x_blacklist.h"
#include "mac_messages.h"
Include dependency graph for blacklist_test.c:

Functions

ca_error ca821x_api_downstream (const uint8_t *buf, uint8_t *response, struct ca821x_dev *pDeviceRef)
 Function for downstream api interface. More...
 
void ca_log (ca_loglevel loglevel, const char *format, va_list argp)
 Function to process logs depending on platform. More...
 
ca_error data_indication_handler (struct MCPS_DATA_indication_pset *params, struct ca821x_dev *pDeviceRef)
 
int main (void)
 

Variables

int received_data_indication
 

Function Documentation

◆ data_indication_handler()

ca_error data_indication_handler ( struct MCPS_DATA_indication_pset params,
struct ca821x_dev pDeviceRef 
)

◆ main()

int main ( void  )

Variable Documentation

◆ received_data_indication

int received_data_indication