// ========================================================= // Shared declarations for all commands, written by Samual // Last updated: December 13th, 2011 // ========================================================= // identifiers for subfunction requests by the command code structure const float CMD_REQUEST_COMMAND = 1; const float CMD_REQUEST_USAGE = 2;