.. _package-rst-devices: ===================== Package rst.devices ===================== This package collects data types describing technical devices. Sub-packages, on the one hand, exist for specific devices, and on the other hand, the generic sub-package collects device-related data types which can be used across a wider range of technical devices. Child Packages ============== .. container:: pack4ge-multi .. container:: pack4ge-graph .. digraph:: package_graph fontname="Arial"; fontsize=11; stylesheet="../_static/corlab.css"; node [fontsize=11] node [fontname="Arial"] edge [fontsize=11] edge [fontname="Arial"] "1" [label=<
generic
>,shape=box,style=filled,fillcolor="white"]; "4" [label=<
BatteryState
FLOAT32current
FLOAT32charge_level
FLOAT32battery_temperature
>,shape=box,style=filled,fillcolor="white"]; "2" [label=<
CpuState
UINT32jiffy_length
Cpucpus
FLOAT32load_1
FLOAT32load_5
FLOAT32load_15
>,shape=box,style=filled,fillcolor="white"]; "3" [label=<
Cpu
INT32index
UINT64total
UINT64idle
UINT64user
UINT64user_low
UINT64system
UINT64iowait
UINT64irq
UINT64softirq
UINT64steal
UINT64guest
>,shape=box,style=filled,fillcolor="white"]; "1" -> "4" [dir=both,arrowtail=odiamond]; "1" -> "2" [dir=both,arrowtail=odiamond]; "2" -> "3" [dir=both,arrowtail=odiamond]; "2":cpus -> "3" []; .. container:: pack4ge-list .. container:: packages * :ref:`generic ` .. container:: clearer clearer: should be made invisible via css