Documentation Home Page RT-LAB Home Page
Pour la documentation en FRANÇAIS, utilisez l'outil de traduction de votre navigateur Chrome, Edge ou Safari. Voir un exemple.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Description

Describes information about a target node.

Usage

enum

{

OP_SYSTEM_INFORMATION_STR_MAX_LEN = 64

};

typedef struct

{

struct

{

OP_TARGET_PLATFORMplatform;

char platformStr [OP_SYSTEM_INFORMATION_STR_MAX_LEN];

char release [OP_SYSTEM_INFORMATION_STR_MAX_LEN];

}os;

struct

{

har arch [OP_SYSTEM_INFORMATION_STR_MAX_LEN];

long diskSpaceLeft;

int cpucnt;

unsigned long cpuSpeedMHz;

char ipaddr [OP_SYSTEM_INFORMATION_STR_MAX_LEN];

} sys;

}OP_NODE_SYSTEM_INFORMATION;

Elements
  • platform: OS running on target node. See OP_TARGET_PLATFORM.
  • platformStr: OS name running on target.
  • release: OS version.
  • arch: Information about OS kernel.
  • diskSpaceLeft: Available space disk on target.
  • cpucnt: Number of CPU on target.
  • cpuSpeedMhz: CPU speed in Mhz.
  • ipaddr: Target IP adress.
ExamplesNone.
Related ItemsOpalGetTargetNodeSystemInfo
Library and Header

WINDOWSLINUX
Static LibraryOpalApi.lib-
Dynamic LibraryOPalApi.dlllibOpalApi.so
Header FileOpalApi.hOpalApi.h
  • No labels