|
Namespaces |
namespace | aja |
Defines |
#define | _AJA_FUNCTIONS_ |
Functions |
bool | aja::getByteFromData (byte_t &out, const buffer_t buffer, unsigned int size, unsigned int pos) |
| Function convert chars to 8bit number.
|
bool | aja::getDbyteFromData (dbyte_t &out, const buffer_t buffer, unsigned int size, unsigned int pos) |
| Function convert chars to 16 bit number.
|
bool | aja::get24NumberFromData (number_t &out, const buffer_t buffer, unsigned int size, unsigned int pos) |
| Function convert chars to 24 bit number.
|
bool | aja::get32NumberFromData (number_t &out, const buffer_t buffer, unsigned int size, unsigned int pos) |
| Function convert chars to 32 bit number.
|
bool | aja::getBitsFromData (byte_t &out, byte_t mask, byte_t move, buffer_t buffer, unsigned int size, unsigned int pos) |
| Function take a bits of byte by mask.
|