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

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

#include "libIARM.h"
#include <string.h>
Include dependency graph for sysMgrInternal.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 SYSMgr_Start ()
 
IARM_Result_t SYSMgr_Loop (void)
 Listens for component specific events from drivers. More...
 
IARM_Result_t SYSMgr_Stop (void)
 Terminates the Sys manager. More...
 

yes

IARM-Bus Sys Manager Internal API.

This API defines the operations for Sys 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 sysMgrInternal.h.