MechaWare MechaWareVersion

Declaration

Public Method

static std::auto_ptr MechaWareVersion()

Required Header: MechaWare.h

Description

MechaWareVersion() is a static method that returns an std::auto_ptr<> to the MechaWare library version string.

Remarks

Because this method returns an std::auto_ptr<>, there is no need to free the memory allocated to hold the string.