![]() |
Oyranos
git-devel
Oyranos is a full featured Color Management System
|
Miscellaneous stuff. More...
![]() |
Modules | |
Generic Objects | |
Basic objects to make all higher level object types happy. | |
Values Handling | |
Manipulate and abstract values. | |
i18n | |
Internationalisation helpers for translating UI texts. | |
Strings | |
String handling. | |
Threading | |
Asynchron processing support. | |
Path Names | |
Access to data path names for Installation. | |
Functions | |
int | oyVersion (int type) |
give the compiled in library version More... | |
const char * | oyVersionString (int type) |
give the configure options for Oyranos More... | |
icUInt16Number | oyValueUInt16 (icUInt16Number val) |
convert to network byte order on little endian machines More... | |
icUInt32Number | oyValueUInt32 (icUInt32Number val) |
convert to network byte order More... | |
icS15Fixed16Number | oyValueInt32 (icS15Fixed16Number val) |
convert to network byte order More... | |
unsigned long | oyValueUInt64 (icUInt64Number val) |
convert to network byte order More... | |
uint16_t | oyByteSwapUInt16 (uint16_t v) |
swap byte order More... | |
uint32_t | oyByteSwapUInt32 (uint32_t v) |
swap byte order More... | |
void | oyLibConfigRelease (int flags) |
Miscellaneous stuff.
uint16_t oyByteSwapUInt16 | ( | uint16_t | v | ) |
swap byte order
uint32_t oyByteSwapUInt32 | ( | uint32_t | v | ) |
swap byte order
void oyLibConfigRelease | ( | int | flags | ) |
params[in] flags 0x04 - skip object track info release
References oyConfigs_s::oyConfigs_Release().
icS15Fixed16Number oyValueInt32 | ( | icS15Fixed16Number | val | ) |
convert to network byte order
icUInt16Number oyValueUInt16 | ( | icUInt16Number | val | ) |
convert to network byte order on little endian machines
icUInt32Number oyValueUInt32 | ( | icUInt32Number | val | ) |
convert to network byte order
Referenced by oyProfile_s::oyProfile_AddTagText().
unsigned long oyValueUInt64 | ( | icUInt64Number | val | ) |
convert to network byte order
int oyVersion | ( | int | type | ) |
give the compiled in library version
[in] | type | 0 - Oyranos API 1 - start month 2 - start year 3 - development last month 4 - development last year |
const char* oyVersionString | ( | int | type | ) |
give the configure options for Oyranos
[in] | type |
|
References OY_GIT_VERSION.