casacore
|
LDOUBLE is 8 bytes on SUN, but 16 bytes canonical. More...
#include <CanonicalConversion.h>
Static Public Member Functions | |
static size_t | toLocal (char &to, const void *from) |
Convert one value from canonical format to local format. | |
static size_t | toLocal (unsigned char &to, const void *from) |
static size_t | toLocal (short &to, const void *from) |
static size_t | toLocal (unsigned short &to, const void *from) |
static size_t | toLocal (int &to, const void *from) |
static size_t | toLocal (unsigned int &to, const void *from) |
static size_t | toLocal (Int64 &to, const void *from) |
static size_t | toLocal (uInt64 &to, const void *from) |
static size_t | toLocal (float &to, const void *from) |
static size_t | toLocal (double &to, const void *from) |
static size_t | fromLocal (void *to, const char &from) |
Convert one value from local format to canonical format. | |
static size_t | fromLocal (void *to, const unsigned char &from) |
static size_t | fromLocal (void *to, const short &from) |
static size_t | fromLocal (void *to, const unsigned short &from) |
static size_t | fromLocal (void *to, const int &from) |
static size_t | fromLocal (void *to, const unsigned int &from) |
static size_t | fromLocal (void *to, const Int64 &from) |
static size_t | fromLocal (void *to, const uInt64 &from) |
static size_t | fromLocal (void *to, const float &from) |
static size_t | fromLocal (void *to, const double &from) |
static size_t | toLocal (char *to, const void *from, size_t nr) |
Convert nr values from canonical format to local format. | |
static size_t | toLocal (unsigned char *to, const void *from, size_t nr) |
static size_t | toLocal (short *to, const void *from, size_t nr) |
static size_t | toLocal (unsigned short *to, const void *from, size_t nr) |
static size_t | toLocal (int *to, const void *from, size_t nr) |
static size_t | toLocal (unsigned int *to, const void *from, size_t nr) |
static size_t | toLocal (Int64 *to, const void *from, size_t nr) |
static size_t | toLocal (uInt64 *to, const void *from, size_t nr) |
static size_t | toLocal (float *to, const void *from, size_t nr) |
static size_t | toLocal (double *to, const void *from, size_t nr) |
static size_t | fromLocal (void *to, const char *from, size_t nr) |
Convert nr values from local format to canonical format. | |
static size_t | fromLocal (void *to, const unsigned char *from, size_t nr) |
static size_t | fromLocal (void *to, const short *from, size_t nr) |
static size_t | fromLocal (void *to, const unsigned short *from, size_t nr) |
static size_t | fromLocal (void *to, const int *from, size_t nr) |
static size_t | fromLocal (void *to, const unsigned int *from, size_t nr) |
static size_t | fromLocal (void *to, const Int64 *from, size_t nr) |
static size_t | fromLocal (void *to, const uInt64 *from, size_t nr) |
static size_t | fromLocal (void *to, const float *from, size_t nr) |
static size_t | fromLocal (void *to, const double *from, size_t nr) |
static size_t | toLocalChar (void *to, const void *from, size_t nr) |
Convert nr values from canonical format to local format. | |
static size_t | toLocalUChar (void *to, const void *from, size_t nr) |
static size_t | toLocalShort (void *to, const void *from, size_t nr) |
static size_t | toLocalUShort (void *to, const void *from, size_t nr) |
static size_t | toLocalInt (void *to, const void *from, size_t nr) |
static size_t | toLocalUInt (void *to, const void *from, size_t nr) |
static size_t | toLocalInt64 (void *to, const void *from, size_t nr) |
static size_t | toLocalUInt64 (void *to, const void *from, size_t nr) |
static size_t | toLocalFloat (void *to, const void *from, size_t nr) |
static size_t | toLocalDouble (void *to, const void *from, size_t nr) |
static size_t | fromLocalChar (void *to, const void *from, size_t nr) |
Convert nr values from local format to canonical format. | |
static size_t | fromLocalUChar (void *to, const void *from, size_t nr) |
static size_t | fromLocalShort (void *to, const void *from, size_t nr) |
static size_t | fromLocalUShort (void *to, const void *from, size_t nr) |
static size_t | fromLocalInt (void *to, const void *from, size_t nr) |
static size_t | fromLocalUInt (void *to, const void *from, size_t nr) |
static size_t | fromLocalInt64 (void *to, const void *from, size_t nr) |
static size_t | fromLocalUInt64 (void *to, const void *from, size_t nr) |
static size_t | fromLocalFloat (void *to, const void *from, size_t nr) |
static size_t | fromLocalDouble (void *to, const void *from, size_t nr) |
static void * | byteToLocalChar (void *to, const void *from, size_t nrbytes) |
Convert values from canonical format to local format. | |
static void * | byteToLocalUChar (void *to, const void *from, size_t nrbytes) |
static void * | byteToLocalShort (void *to, const void *from, size_t nrbytes) |
static void * | byteToLocalUShort (void *to, const void *from, size_t nrbytes) |
static void * | byteToLocalInt (void *to, const void *from, size_t nrbytes) |
static void * | byteToLocalUInt (void *to, const void *from, size_t nrbytes) |
static void * | byteToLocalInt64 (void *to, const void *from, size_t nrbytes) |
static void * | byteToLocalUInt64 (void *to, const void *from, size_t nrbytes) |
static void * | byteToLocalFloat (void *to, const void *from, size_t nrbytes) |
static void * | byteToLocalDouble (void *to, const void *from, size_t nrbytes) |
static void * | byteFromLocalChar (void *to, const void *from, size_t nrbytes) |
Convert values from local format to canonical format. | |
static void * | byteFromLocalUChar (void *to, const void *from, size_t nrbytes) |
static void * | byteFromLocalShort (void *to, const void *from, size_t nrbytes) |
static void * | byteFromLocalUShort (void *to, const void *from, size_t nrbytes) |
static void * | byteFromLocalInt (void *to, const void *from, size_t nrbytes) |
static void * | byteFromLocalUInt (void *to, const void *from, size_t nrbytes) |
static void * | byteFromLocalInt64 (void *to, const void *from, size_t nrbytes) |
static void * | byteFromLocalUInt64 (void *to, const void *from, size_t nrbytes) |
static void * | byteFromLocalFloat (void *to, const void *from, size_t nrbytes) |
static void * | byteFromLocalDouble (void *to, const void *from, size_t nrbytes) |
static Conversion::ValueFunction * | getToLocal (const char *) |
Get the value conversion function for the given type. | |
static Conversion::ValueFunction * | getToLocal (const unsigned char *) |
static Conversion::ValueFunction * | getToLocal (const short *) |
static Conversion::ValueFunction * | getToLocal (const unsigned short *) |
static Conversion::ValueFunction * | getToLocal (const int *) |
static Conversion::ValueFunction * | getToLocal (const unsigned int *) |
static Conversion::ValueFunction * | getToLocal (const Int64 *) |
static Conversion::ValueFunction * | getToLocal (const uInt64 *) |
static Conversion::ValueFunction * | getToLocal (const float *) |
static Conversion::ValueFunction * | getToLocal (const double *) |
static Conversion::ValueFunction * | getFromLocal (const char *) |
static Conversion::ValueFunction * | getFromLocal (const unsigned char *) |
static Conversion::ValueFunction * | getFromLocal (const short *) |
static Conversion::ValueFunction * | getFromLocal (const unsigned short *) |
static Conversion::ValueFunction * | getFromLocal (const int *) |
static Conversion::ValueFunction * | getFromLocal (const unsigned int *) |
static Conversion::ValueFunction * | getFromLocal (const Int64 *) |
static Conversion::ValueFunction * | getFromLocal (const uInt64 *) |
static Conversion::ValueFunction * | getFromLocal (const float *) |
static Conversion::ValueFunction * | getFromLocal (const double *) |
static Conversion::ByteFunction * | getByteToLocal (const char *) |
Get the byte conversion function for the given type. | |
static Conversion::ByteFunction * | getByteToLocal (const unsigned char *) |
static Conversion::ByteFunction * | getByteToLocal (const short *) |
static Conversion::ByteFunction * | getByteToLocal (const unsigned short *) |
static Conversion::ByteFunction * | getByteToLocal (const int *) |
static Conversion::ByteFunction * | getByteToLocal (const unsigned int *) |
static Conversion::ByteFunction * | getByteToLocal (const Int64 *) |
static Conversion::ByteFunction * | getByteToLocal (const uInt64 *) |
static Conversion::ByteFunction * | getByteToLocal (const float *) |
static Conversion::ByteFunction * | getByteToLocal (const double *) |
static Conversion::ByteFunction * | getByteFromLocal (const char *) |
static Conversion::ByteFunction * | getByteFromLocal (const unsigned char *) |
static Conversion::ByteFunction * | getByteFromLocal (const short *) |
static Conversion::ByteFunction * | getByteFromLocal (const unsigned short *) |
static Conversion::ByteFunction * | getByteFromLocal (const int *) |
static Conversion::ByteFunction * | getByteFromLocal (const unsigned int *) |
static Conversion::ByteFunction * | getByteFromLocal (const Int64 *) |
static Conversion::ByteFunction * | getByteFromLocal (const uInt64 *) |
static Conversion::ByteFunction * | getByteFromLocal (const float *) |
static Conversion::ByteFunction * | getByteFromLocal (const double *) |
static unsigned int | canonicalSize (const char *) |
Return the canonical length for the various data types. | |
static unsigned int | canonicalSize (const unsigned char *) |
static unsigned int | canonicalSize (const short *) |
static unsigned int | canonicalSize (const unsigned short *) |
static unsigned int | canonicalSize (const int *) |
static unsigned int | canonicalSize (const unsigned int *) |
static unsigned int | canonicalSize (const Int64 *) |
static unsigned int | canonicalSize (const uInt64 *) |
static unsigned int | canonicalSize (const float *) |
static unsigned int | canonicalSize (const double *) |
static void | reverse2 (void *to, const void *from) |
Reverse 2 bytes. | |
static void | reverse4 (void *to, const void *from) |
Reverse 4 bytes. | |
static void | reverse8 (void *to, const void *from) |
Reverse 8 bytes. | |
static void | move2 (void *to, const void *from) |
Move 2 bytes. | |
static void | move4 (void *to, const void *from) |
Move 4 bytes. | |
static void | move8 (void *to, const void *from) |
Move 8 bytes. | |
Private Member Functions | |
CanonicalConversion () | |
This class should not be constructed (so declare the constructor private). | |
LDOUBLE is 8 bytes on SUN, but 16 bytes canonical.
A class with static functions to convert canonical format
Public interface
This class consists of several static functions to convert data from local (=native) format to a canonical format. The canonical length of each data type is:
- Bool: 1 bit
- char: 1 byte
- short: 2 bytes
- int: 4 bytes
- Int64: 8 bytes
- float: 4 bytes
- double: 8 bytes
The canonical format is big-endian IEEE format, so on many machines the conversion is only a copy operation. On Alpha- or Intel-based machines, however, it involves a byte swap to convert from little endian to big endian.
The class also contains conversion functions making it possible to specify the number of bytes (in local format) instead of the number of values. These functions are included to make it possible to have the same signature as memcpy.
The current implementation of this class works on big- and little-endian machines using IEEE format. When using on other machines (e.g. VAX) the toLocal and fromLocal functions have to be changed.
Note that no functions are provided to handle Bools. Instead class Conversion provides functions to convert Bools to/from bits.
Casacore data will often be stored in a canonical format. To read these data conversion functions are needed. However, these functions do not use any other Casacore classes, so they can easily be used in any other software system.
Definition at line 159 of file CanonicalConversion.h.
|
private |
This class should not be constructed (so declare the constructor private).
|
static |
Convert values from local format to canonical format.
The from and to buffer should not overlap. The number of values involved is determined from the argument nrbytes
, which gives the number of bytes in local format. The signature of this function is the same as memcpy
, so that memcpy can directly be used if no conversion is needed.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Convert values from canonical format to local format.
The from and to buffer should not overlap. The number of values involved is determined from the argument nrbytes
, which gives the number of bytes in local format. The signature of this function is the same as memcpy
, so that memcpy can directly be used if no conversion is needed.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
inlinestatic |
Return the canonical length for the various data types.
Definition at line 959 of file CanonicalConversion.h.
References SIZE_CAN_CHAR.
|
inlinestatic |
Definition at line 977 of file CanonicalConversion.h.
References SIZE_CAN_DOUBLE.
|
inlinestatic |
Definition at line 975 of file CanonicalConversion.h.
References SIZE_CAN_FLOAT.
|
inlinestatic |
Definition at line 967 of file CanonicalConversion.h.
References SIZE_CAN_INT.
|
inlinestatic |
Definition at line 971 of file CanonicalConversion.h.
References SIZE_CAN_INT64.
|
inlinestatic |
Definition at line 963 of file CanonicalConversion.h.
References SIZE_CAN_SHORT.
|
inlinestatic |
Definition at line 973 of file CanonicalConversion.h.
References SIZE_CAN_UINT64.
|
inlinestatic |
Definition at line 961 of file CanonicalConversion.h.
References SIZE_CAN_UCHAR.
|
inlinestatic |
Definition at line 969 of file CanonicalConversion.h.
References SIZE_CAN_UINT.
|
inlinestatic |
Definition at line 965 of file CanonicalConversion.h.
References SIZE_CAN_USHORT.
|
inlinestatic |
Convert one value from local format to canonical format.
The from and to buffer should not overlap.
Definition at line 631 of file CanonicalConversion.h.
References SIZE_CAN_CHAR.
Referenced by casacore::ModcompConversion::fromLocal(), casacore::IBMConversion::fromLocal(), casacore::IBMConversion::fromLocal(), casacore::IBMConversion::fromLocal(), casacore::IBMConversion::fromLocal(), casacore::IBMConversion::fromLocal(), casacore::IBMConversion::fromLocal(), casacore::ModcompConversion::fromLocal(), casacore::ModcompConversion::fromLocal(), casacore::IBMConversion::fromLocal(), casacore::ModcompConversion::fromLocal(), casacore::ModcompConversion::fromLocal(), casacore::ModcompConversion::fromLocal(), casacore::ModcompConversion::fromLocal(), casacore::IBMConversion::fromLocal(), casacore::IBMConversion::fromLocal(), casacore::IBMConversion::fromLocal(), and casacore::ModcompConversion::fromLocal().
|
inlinestatic |
Convert nr values from local format to canonical format.
The from and to buffer should not overlap.
Definition at line 794 of file CanonicalConversion.h.
References fromLocalChar().
|
inlinestatic |
Definition at line 721 of file CanonicalConversion.h.
References move8(), reverse8(), and SIZE_CAN_FLOAT.
|
inlinestatic |
Definition at line 848 of file CanonicalConversion.h.
References fromLocalDouble().
|
inlinestatic |
Definition at line 710 of file CanonicalConversion.h.
References move4(), reverse4(), and SIZE_CAN_FLOAT.
|
inlinestatic |
Definition at line 842 of file CanonicalConversion.h.
References fromLocalFloat().
|
inlinestatic |
Definition at line 666 of file CanonicalConversion.h.
References move4(), reverse4(), and SIZE_CAN_INT.
|
inlinestatic |
Definition at line 818 of file CanonicalConversion.h.
References fromLocalInt().
|
inlinestatic |
Definition at line 688 of file CanonicalConversion.h.
References move8(), reverse8(), and SIZE_CAN_INT64.
|
inlinestatic |
Definition at line 830 of file CanonicalConversion.h.
References fromLocalInt64().
|
inlinestatic |
Definition at line 644 of file CanonicalConversion.h.
References move2(), reverse2(), and SIZE_CAN_SHORT.
|
inlinestatic |
Definition at line 806 of file CanonicalConversion.h.
References fromLocalShort().
|
inlinestatic |
Definition at line 699 of file CanonicalConversion.h.
References move8(), reverse8(), and SIZE_CAN_UINT64.
|
inlinestatic |
Definition at line 836 of file CanonicalConversion.h.
References fromLocalUInt64().
|
inlinestatic |
Definition at line 637 of file CanonicalConversion.h.
References SIZE_CAN_UCHAR.
|
inlinestatic |
Definition at line 800 of file CanonicalConversion.h.
References fromLocalUChar().
|
inlinestatic |
Definition at line 677 of file CanonicalConversion.h.
References move4(), reverse4(), and SIZE_CAN_UINT.
|
inlinestatic |
Definition at line 824 of file CanonicalConversion.h.
References fromLocalUInt().
|
inlinestatic |
Definition at line 655 of file CanonicalConversion.h.
References move2(), reverse2(), and SIZE_CAN_USHORT.
|
inlinestatic |
Definition at line 812 of file CanonicalConversion.h.
References fromLocalUShort().
|
static |
Convert nr values from local format to canonical format.
The from and to buffer should not overlap.
Referenced by fromLocal(), casacore::ModcompConversion::fromLocal(), and getFromLocal().
|
static |
Referenced by fromLocal(), and getFromLocal().
|
static |
Referenced by fromLocal(), and getFromLocal().
|
static |
Referenced by fromLocal(), casacore::ModcompConversion::fromLocal(), and getFromLocal().
|
static |
Referenced by fromLocal(), and getFromLocal().
|
static |
Referenced by fromLocal(), casacore::ModcompConversion::fromLocal(), and getFromLocal().
|
static |
Referenced by casacore::ModcompConversion::fromLocal(), fromLocal(), and getFromLocal().
|
static |
Referenced by casacore::ModcompConversion::fromLocal(), fromLocal(), and getFromLocal().
|
static |
Referenced by fromLocal(), and getFromLocal().
|
static |
Referenced by fromLocal(), casacore::ModcompConversion::fromLocal(), and getFromLocal().
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Get the byte conversion function for the given type.
The function memcpy
is returned when a conversion is not needed.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
inlinestatic |
Definition at line 907 of file CanonicalConversion.h.
References fromLocalChar().
|
inlinestatic |
Definition at line 952 of file CanonicalConversion.h.
References fromLocalDouble().
|
inlinestatic |
Definition at line 947 of file CanonicalConversion.h.
References fromLocalFloat().
|
inlinestatic |
Definition at line 927 of file CanonicalConversion.h.
References fromLocalInt().
|
inlinestatic |
Definition at line 937 of file CanonicalConversion.h.
References fromLocalInt64().
|
inlinestatic |
Definition at line 917 of file CanonicalConversion.h.
References fromLocalShort().
|
inlinestatic |
Definition at line 942 of file CanonicalConversion.h.
References fromLocalUInt64().
|
inlinestatic |
Definition at line 912 of file CanonicalConversion.h.
References fromLocalUChar().
|
inlinestatic |
Definition at line 932 of file CanonicalConversion.h.
References fromLocalUInt().
|
inlinestatic |
Definition at line 922 of file CanonicalConversion.h.
References fromLocalUShort().
|
inlinestatic |
Get the value conversion function for the given type.
Definition at line 856 of file CanonicalConversion.h.
References toLocalChar().
|
inlinestatic |
Definition at line 901 of file CanonicalConversion.h.
References toLocalDouble().
|
inlinestatic |
Definition at line 896 of file CanonicalConversion.h.
References toLocalFloat().
|
inlinestatic |
Definition at line 876 of file CanonicalConversion.h.
References toLocalInt().
|
inlinestatic |
Definition at line 886 of file CanonicalConversion.h.
References toLocalInt64().
|
inlinestatic |
Definition at line 866 of file CanonicalConversion.h.
References toLocalShort().
|
inlinestatic |
Definition at line 891 of file CanonicalConversion.h.
References toLocalUInt64().
|
inlinestatic |
Definition at line 861 of file CanonicalConversion.h.
References toLocalUChar().
|
inlinestatic |
Definition at line 881 of file CanonicalConversion.h.
References toLocalUInt().
|
inlinestatic |
Definition at line 871 of file CanonicalConversion.h.
References toLocalUShort().
|
inlinestatic |
Move 2 bytes.
Definition at line 482 of file CanonicalConversion.h.
Referenced by fromLocal(), fromLocal(), casacore::LittleEndianConversion::fromLocal(), casacore::LittleEndianConversion::fromLocal(), toLocal(), casacore::LittleEndianConversion::toLocal(), toLocal(), and casacore::LittleEndianConversion::toLocal().
|
inlinestatic |
Move 4 bytes.
Definition at line 487 of file CanonicalConversion.h.
Referenced by fromLocal(), fromLocal(), fromLocal(), casacore::LittleEndianConversion::fromLocal(), casacore::LittleEndianConversion::fromLocal(), casacore::IBMConversion::fromLocal(), casacore::LittleEndianConversion::fromLocal(), casacore::IBMConversion::fromLocal(), casacore::LittleEndianConversion::fromLocal(), casacore::LittleEndianConversion::fromLocal(), toLocal(), casacore::LittleEndianConversion::toLocal(), toLocal(), casacore::LittleEndianConversion::toLocal(), casacore::IBMConversion::toLocal(), casacore::IBMConversion::toLocal(), toLocal(), and casacore::LittleEndianConversion::toLocal().
|
inlinestatic |
Move 8 bytes.
Definition at line 492 of file CanonicalConversion.h.
Referenced by fromLocal(), fromLocal(), fromLocal(), casacore::LittleEndianConversion::fromLocal(), toLocal(), casacore::LittleEndianConversion::toLocal(), toLocal(), and toLocal().
|
inlinestatic |
Reverse 2 bytes.
Definition at line 442 of file CanonicalConversion.h.
Referenced by fromLocal(), fromLocal(), casacore::LittleEndianConversion::fromLocal(), casacore::LittleEndianConversion::fromLocal(), toLocal(), casacore::LittleEndianConversion::toLocal(), toLocal(), and casacore::LittleEndianConversion::toLocal().
|
inlinestatic |
Reverse 4 bytes.
Definition at line 450 of file CanonicalConversion.h.
Referenced by fromLocal(), fromLocal(), fromLocal(), casacore::LittleEndianConversion::fromLocal(), casacore::LittleEndianConversion::fromLocal(), casacore::IBMConversion::fromLocal(), casacore::LittleEndianConversion::fromLocal(), casacore::IBMConversion::fromLocal(), casacore::LittleEndianConversion::fromLocal(), casacore::LittleEndianConversion::fromLocal(), toLocal(), casacore::LittleEndianConversion::toLocal(), toLocal(), casacore::LittleEndianConversion::toLocal(), casacore::IBMConversion::toLocal(), casacore::IBMConversion::toLocal(), toLocal(), and casacore::LittleEndianConversion::toLocal().
|
inlinestatic |
Reverse 8 bytes.
Definition at line 463 of file CanonicalConversion.h.
Referenced by fromLocal(), fromLocal(), fromLocal(), casacore::LittleEndianConversion::fromLocal(), toLocal(), casacore::LittleEndianConversion::toLocal(), toLocal(), and toLocal().
|
inlinestatic |
Convert one value from canonical format to local format.
The from and to buffer should not overlap.
Definition at line 505 of file CanonicalConversion.h.
References SIZE_CAN_CHAR.
Referenced by casacore::ModcompConversion::toLocal(), casacore::IBMConversion::toLocal(), casacore::ModcompConversion::toLocal(), casacore::IBMConversion::toLocal(), casacore::IBMConversion::toLocal(), casacore::ModcompConversion::toLocal(), casacore::IBMConversion::toLocal(), casacore::ModcompConversion::toLocal(), casacore::ModcompConversion::toLocal(), casacore::IBMConversion::toLocal(), casacore::IBMConversion::toLocal(), casacore::IBMConversion::toLocal(), casacore::IBMConversion::toLocal(), casacore::IBMConversion::toLocal(), casacore::IBMConversion::toLocal(), and casacore::ModcompConversion::toLocal().
|
inlinestatic |
Convert nr values from canonical format to local format.
The from and to buffer should not overlap.
Definition at line 733 of file CanonicalConversion.h.
References toLocalChar().
|
inlinestatic |
Definition at line 620 of file CanonicalConversion.h.
References move8(), reverse8(), and SIZE_CAN_DOUBLE.
|
inlinestatic |
Definition at line 787 of file CanonicalConversion.h.
References toLocalDouble().
|
inlinestatic |
Definition at line 610 of file CanonicalConversion.h.
References move4(), reverse4(), and SIZE_CAN_FLOAT.
|
inlinestatic |
Definition at line 781 of file CanonicalConversion.h.
References toLocalFloat().
|
inlinestatic |
Definition at line 549 of file CanonicalConversion.h.
References move4(), reverse4(), and SIZE_CAN_INT.
|
inlinestatic |
Definition at line 757 of file CanonicalConversion.h.
References toLocalInt().
|
inlinestatic |
Definition at line 580 of file CanonicalConversion.h.
References move8(), reverse8(), and SIZE_CAN_INT64.
|
inlinestatic |
Definition at line 769 of file CanonicalConversion.h.
References toLocalInt64().
|
inlinestatic |
Definition at line 518 of file CanonicalConversion.h.
References move2(), reverse2(), and SIZE_CAN_SHORT.
|
inlinestatic |
Definition at line 745 of file CanonicalConversion.h.
References toLocalShort().
|
inlinestatic |
Definition at line 597 of file CanonicalConversion.h.
References move8(), reverse8(), and SIZE_CAN_UINT64.
|
inlinestatic |
Definition at line 775 of file CanonicalConversion.h.
References toLocalUInt64().
|
inlinestatic |
Definition at line 511 of file CanonicalConversion.h.
References SIZE_CAN_UCHAR.
|
inlinestatic |
Definition at line 739 of file CanonicalConversion.h.
References toLocalUChar().
|
inlinestatic |
Definition at line 566 of file CanonicalConversion.h.
References move4(), reverse4(), and SIZE_CAN_UINT.
|
inlinestatic |
Definition at line 763 of file CanonicalConversion.h.
References toLocalUInt().
|
inlinestatic |
Definition at line 535 of file CanonicalConversion.h.
References move2(), reverse2(), and SIZE_CAN_USHORT.
|
inlinestatic |
Definition at line 751 of file CanonicalConversion.h.
References toLocalUShort().
|
static |
Convert nr values from canonical format to local format.
The from and to buffer should not overlap.
Referenced by getToLocal(), toLocal(), and casacore::ModcompConversion::toLocal().
|
static |
Referenced by getToLocal(), and toLocal().
|
static |
Referenced by getToLocal(), and toLocal().
|
static |
Referenced by getToLocal(), toLocal(), and casacore::ModcompConversion::toLocal().
|
static |
Referenced by getToLocal(), and toLocal().
|
static |
Referenced by getToLocal(), toLocal(), and casacore::ModcompConversion::toLocal().
|
static |
Referenced by getToLocal(), casacore::ModcompConversion::toLocal(), and toLocal().
|
static |
Referenced by getToLocal(), casacore::ModcompConversion::toLocal(), and toLocal().
|
static |
Referenced by getToLocal(), and toLocal().
|
static |
Referenced by getToLocal(), toLocal(), and casacore::ModcompConversion::toLocal().