PowerBlocks SDK
 
Loading...
Searching...
No Matches
ios_settings.h
Go to the documentation of this file.
1#
12
13#pragma once
14
15#include <stdbool.h>
16#include <stdint.h>
17
24extern void ios_settings_initialize();
25
36extern const char* ios_settings_get(const char* key);
37
50extern uint32_t ios_config_get(const char* key, void* buffer, uint32_t size);
51
59
66extern bool ios_config_is_eurgb60();
const char * ios_settings_get(const char *key)
Get a feild from the settings file.
Definition ios_settings.c:88
bool ios_config_is_progressive_scan()
Returns true if the default video mode is progressive scan.
Definition ios_settings.c:203
bool ios_config_is_eurgb60()
Get a feild from the config file.
Definition ios_settings.c:210
uint32_t ios_config_get(const char *key, void *buffer, uint32_t size)
Get a feild from the config file.
Definition ios_settings.c:124
void ios_settings_initialize()
Pull all the settings through IOS.
Definition ios_settings.c:39