TwiceAsNice
2019-02-18
|
Low level commands offer the lowest level access to PowerDNx hardware. More...
Functions | |
int DAQLIB | DqInitDAQLib (void) |
Initializes the PowerDNA library internal structures. More... | |
void DAQLIB | DqCleanUpDAQLib (void) |
Cleans up the PowerDNA library internal structures. More... | |
char *DAQLIB | DqTranslateError (int error) |
Converts error code to ASCIIZ string. More... | |
char * | DqTranslateCommand (uint32 command) |
Converts low-level command code to ASCIIZ string. More... | |
uint32 DAQLIB | DqGetLibVersion (void) |
Version of the library. More... | |
uint32 DAQLIB | DqGetLibVersionBuild (void) |
Version of the library. More... | |
Low level commands offer the lowest level access to PowerDNx hardware.
All modes of operation ACB, DMAP, MSG depend on those commands to control the hardware
void DqCleanUpDAQLib | ( | void | ) |
Cleans up the PowerDNA library internal structures.
Cleans up the PowerDNA library internal structures This function is implicitly called under Windows when the library is loaded. You do need to explicitly called under any other OS (Linux, QNX etc...)
uint32 DqGetLibVersion | ( | void | ) |
Version of the library.
Read the version of the PowerDNA library
uint32 DqGetLibVersionBuild | ( | void | ) |
Version of the library.
Read the version of the PowerDNA library, including the build number
int DqInitDAQLib | ( | void | ) |
Initializes the PowerDNA library internal structures.
Initializes the PowerDNA library internal structures This function is implicitly called under Windows when the library is loaded. You do need to explicitly called under any other OS (Linux, QNX etc...)
char * DqTranslateCommand | ( | uint32 | command | ) |
Converts low-level command code to ASCIIZ string.
Converts low-level command code to human readable string
command | the command code to convert |
char * DqTranslateError | ( | int | error | ) |
Converts error code to ASCIIZ string.
Converts error code to human readable message string
error | the error code to convert |