RDK Documentation (Open Sourced RDK Components)
|
#include <string.h>
#include <unistd.h>
#include <math.h>
#include <pthread.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <errno.h>
#include "libpd.h"
#include "rdk_debug.h"
#include "cJSON.h"
#include "waldb.h"
#include <libparodus.h>
Go to the source code of this file.
Functions | |
const char * | rdk_logger_module_fetch (void) |
initialize logging Module More... | |
static void | connect_parodus () |
static void | get_parodus_url (char *parodus_url, char *client_url) |
Fetch Parodus and client URL from device details. More... | |
static void | parodus_receive_wait () |
static long | timeValDiff (struct timespec *starttime, struct timespec *finishtime) |
void | libpd_set_notifyConfigFile (const char *configFile) |
Set Initial Notify config files. More... | |
void | stop_parodus_recv_wait () |
Stops parodus receive wait thread. | |
void * | libpd_client_mgr (void *) |
Initialize libparodus connection and load DB. More... | |
void | sendNotification (char *payload, char *source, char *destination) |
@description This file describes the wrapper function for libparodus library
Definition in file libpd.cpp.
const char * rdk_logger_module_fetch | ( | void | ) |
|
static |
|
static |
|
static |
void libpd_set_notifyConfigFile | ( | const char * | configFile | ) |
void* libpd_client_mgr | ( | void * | ) |