#include "ajabase/system/mac/infoimpl.h"
#include "ajabase/system/system.h"
#include "ajabase/system/info.h"
#include <sys/types.h>
#include <sys/sysctl.h>
#include <sys/utsname.h>
#include <mach/mach.h>
#import <Foundation/Foundation.h>
#include <Availability.h>
#include <sstream>
Go to the source code of this file.
◆ aja_getgputype()
static std::string aja_getgputype |
( |
void |
| ) |
|
|
static |
◆ aja_sysctl()
static AJAStatus aja_sysctl |
( |
const char * |
name, |
|
|
std::string & |
result |
|
) |
| |
|
static |
◆ find_dict_for_data_type()
static CFDictionaryRef find_dict_for_data_type |
( |
const CFArrayRef |
inArray, |
|
|
CFStringRef |
inDataType |
|
) |
| |
|
static |
◆ get_items_array_from_dict()
static CFArrayRef get_items_array_from_dict |
( |
const CFDictionaryRef |
inDictionary | ) |
|
|
static |