|
YARP
Yet Another Robot Platform
|
|
Go to the documentation of this file.
10 #ifndef YARP_OS_SYSTEMINFOSERIALIZER_H
11 #define YARP_OS_SYSTEMINFOSERIALIZER_H
82 #ifndef DOXYGEN_SHOULD_SKIP_THIS
86 #endif // DOXYGEN_SHOULD_SKIP_THIS
92 #endif // YARP_OS_SYSTEMINFOSERIALIZER_H
This is a base class for objects that can be both read from and be written to the YARP network.
bool read(ImageOf< PixelRgb > &dest, const std::string &src, image_fileformat format=FORMAT_ANY)
The MemoryInfo struct holds the system memory information.
yarp::os::SystemInfo::ProcessorInfo processor
system processor type information
yarp::os::SystemInfo::StorageInfo storage
system storage information
The UserInfo struct holds the current user information.
yarp::os::SystemInfo::MemoryInfo memory
system memory information
An interface for writing to a network connection.
yarp::os::SystemInfo::LoadInfo load
current cpu load information
An interface for reading from a network connection.
The ProcessorInfo struct holds the processor information.
A helper class to pass the SystemInfo object around the YARP network.
The main, catch-all namespace for YARP.
yarp::os::SystemInfo::UserInfo user
current user information
bool write(const ImageOf< PixelRgb > &src, const std::string &dest, image_fileformat format=FORMAT_PPM)
yarp::os::SystemInfo::PlatformInfo platform
operating system information
The StorageInfo struct holds the system storage information.
The LoadInfo struct holds the current cpu load information.