73     QString temp = order.toUpper();
    91     if(test.b[0] == 0) 
return false;
 Isis::ByteOrder ByteOrderEnumeration(const QString &order)
Definition: Endian.h:72
 
bool IsLittleEndian()
Definition: Endian.h:111
 
ByteOrder
Tests the current architecture for byte order. 
Definition: Endian.h:59
 
bool IsBigEndian()
Definition: Endian.h:122
 
bool IsLsb()
Return true if this host is an LSB first machine and false if it is not. 
Definition: Endian.h:84
 
Namespace for ISIS/Bullet specific routines. 
Definition: Apollo.h:31
 
bool IsMsb()
Return true if this host is an MSB first machine and false if it is not. 
Definition: Endian.h:100
 
QString ByteOrderName(Isis::ByteOrder byteOrder)
Definition: Endian.h:65