#include "smbios/compat.h"#include <errno.h>#include <string.h>#include <iostream>#include <sstream>#include <iomanip>#include "RbuImpl.h"#include "smbios/IToken.h"#include "smbios/SystemInfo.h"#include "smbios/message.h"

Go to the source code of this file.
Namespaces | |
| namespace | rbu |
Functions | |
| bool | checkSystemId (const IRbuHdr &hdr, u16 sysId) |
| Check to see if a HDR file supports a specific System ID. | |
| ostream & | operator<< (ostream &cout, const IRbuHdr &hdr) |
| static string | stringToLower (string in) |
| static int | compareSamePrefixOldBiosVersion (std::string ver1, std::string ver2) |
| static int | compareOldBiosVersion (std::string ver1, std::string ver2) |
| void | splitNewVersion (std::string ver, unsigned int &maj, unsigned int &min, unsigned int &ext) |
| static int | compareNewBiosVersion (std::string ver1, std::string ver2) |
| int | compareBiosVersion (std::string ver1, std::string ver2) |
| Compare BIOS Versions. | |
| packet_type | getSupportedPacketType (void) |
| void | activateRbuToken () |
| void | cancelRbuToken () |
| void | checksumPacket (rbu_packet *pkt, size_t size) |
| void | createPacket (char *buffer, size_t bufSize, size_t imageSize) |
1.5.6