versadac  1
versadac - Scalable Recorder Firmware
Public Member Functions | List of all members
CUpgradeCheckVersionInstruction Class Reference

Public Member Functions

 CUpgradeCheckVersionInstruction (void(*z_errorReporter)(char *))
 
virtual bool preCheck ()
 
virtual bool execute ()
 
void setNewAppVersion (const char *z_newAppVersion, int z_len)
 
void setCompatibleAppList (const char *z_compatibleAppList, int z_len)
 
void setCompatibleBootromList (const char *z_compatibleBootromList, int z_len)
 
- Public Member Functions inherited from CUpgradeInstruction
 CUpgradeInstruction (void(*z_errorReporter)(char *))
 
CUpgradeInstructiongetNext ()
 
void setNext (CUpgradeInstruction *z_next)
 
virtual bool postCheck ()
 

Additional Inherited Members

- Protected Member Functions inherited from CUpgradeInstruction
char * copyString (const char *z_text, int z_maxLen)
 
bool parseVersionString (char *z_upgradeVersionString, uint16 *z_parsedUpgradeVersion)
 
bool checkCompatibleVersions (char *z_compatibleVersion, uint16 z_parsedUpgradeVersion, uint16 z_currentVersion, int z_checkType)
 
- Protected Attributes inherited from CUpgradeInstruction
void(* m_errorReporter )(char *)
 

The documentation for this class was generated from the following file: