RDK Documentation (Open Sourced RDK Components)
Device_DeviceInfo_ProcessStatus_Process.cpp File Reference

This source file contains the APIs for getting process of device processor status information. More...

#include <proc/readproc.h>
#include <sys/time.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "Device_DeviceInfo_ProcessStatus_Process.h"
#include "safec_lib.h"
Include dependency graph for Device_DeviceInfo_ProcessStatus_Process.cpp:

Go to the source code of this file.

Functions

int getProcessFields (int iProcInstanceNum, EProcessMembers eProcessMem)
 This is a helper function to fill values for the Process Profile. More...
 
static int readProcessFields (const char *name, EProcessMembers eProcessMem)
 

Variables

static DeviceProcessStatusProcess processStatus = {0,{'\0'},0,0,0,{'\0'}}
 

yes

This source file contains the APIs for getting process of device processor status information.

Definition in file Device_DeviceInfo_ProcessStatus_Process.cpp.