AJA NTV2 SDK
17.1.3.1410
NTV2 SDK 17.1.3.1410
|
Implements the AJASystemInfoImpl class on the Linux platform. More...
#include "ajabase/system/linux/infoimpl.h"
#include "ajabase/system/file_io.h"
#include "ajabase/system/info.h"
#include <sstream>
#include <cstdlib>
#include <stdexcept>
#include <unistd.h>
Go to the source code of this file.
Functions | |
std::string | aja_cmd (const char *cmd) |
std::string | aja_procfs (const char *procfs_file, const char *value_key) |
std::string | aja_uptime () |
std::string | aja_productname () |
std::string | aja_osversion () |
void | get_vendor_and_device (std::map< std::string, std::string > &inDevicePart, std::vector< std::string > &outFoundDevices) |
std::string | aja_getgputype () |
Implements the AJASystemInfoImpl class on the Linux platform.
Definition in file infoimpl.cpp.
std::string aja_cmd | ( | const char * | cmd | ) |
Definition at line 15 of file infoimpl.cpp.
std::string aja_getgputype | ( | ) |
Definition at line 157 of file infoimpl.cpp.
std::string aja_osversion | ( | ) |
Definition at line 116 of file infoimpl.cpp.
std::string aja_procfs | ( | const char * | procfs_file, |
const char * | value_key | ||
) |
Definition at line 53 of file infoimpl.cpp.
std::string aja_productname | ( | ) |
Definition at line 91 of file infoimpl.cpp.
std::string aja_uptime | ( | ) |
Definition at line 71 of file infoimpl.cpp.
void get_vendor_and_device | ( | std::map< std::string, std::string > & | inDevicePart, |
std::vector< std::string > & | outFoundDevices | ||
) |
Definition at line 135 of file infoimpl.cpp.