56    QString temp = order.toUpper();
 
   74    if(test.b[0] == 0) 
return false;
 
ByteOrder
Tests the current architecture for byte order.
Definition: Endian.h:42
 
@ NoByteOrder
Definition: Endian.h:43
 
@ Msb
Definition: Endian.h:45
 
@ Lsb
Definition: Endian.h:44
 
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16
 
bool IsLsb()
Return true if this host is an LSB first machine and false if it is not.
Definition: Endian.h:67
 
Isis::ByteOrder ByteOrderEnumeration(const QString &order)
Definition: Endian.h:55
 
bool IsLittleEndian()
Definition: Endian.h:94
 
QString ByteOrderName(Isis::ByteOrder byteOrder)
Definition: Endian.h:48
 
bool IsBigEndian()
Definition: Endian.h:105
 
bool IsMsb()
Return true if this host is an MSB first machine and false if it is not.
Definition: Endian.h:83