RDK Documentation (Open Sourced RDK Components)
mfrMgrInternal.h File Reference

IARM-Bus MFR Manager Internal API. More...

#include "libIARM.h"
#include <string.h>
#include "iarmUtil.h"
Include dependency graph for mfrMgrInternal.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define LOG(...)   printf(__VA_ARGS__)
 

Functions

IARM_Result_t MFRLib_Start (void)
 Starts the MFR lib. More...
 
IARM_Result_t MFRLib_Stop (void)
 Terminates the MFR lib. More...
 
IARM_Result_t MFRLib_Loop (void)
 Listens for component specific events from drivers. More...
 

yes

IARM-Bus MFR Manager Internal API.

This API defines the operations used to starting and stopping IARM-Bus MFR Manager.

Document
Document reference.
Open Issues (in no particular order)
  1. None
Assumptions
  1. None
Abbreviations
  • BE: ig-Endian.
  • cb: allback function (suffix).
  • DS: Device Settings.
  • FPD: Front-Panel Display.
  • HAL: Hardware Abstraction Layer.
  • LE: Little-Endian.
  • LS: Least Significant.
  • MBZ: Must be zero.
  • MS: Most Significant.
  • RDK: Reference Design Kit.
  • _t: Type (suffix).
Implementation Notes
  1. None

Definition in file mfrMgrInternal.h.