ddt 1.1.0
|
Simulator for sending data. This is a simulator for publishing data. Data is read from a directory containing FITS files. More...
Classes | |
union | R4 |
union | UI2 |
union | UI4 |
const int | bit_pix_uint8 = 8 |
const int | bit_pix_sint16 = 16 |
const int | bit_pix_sint32 = 32 |
const unsigned int | bit_pix_uint16 = 16 |
const unsigned int | bit_pix_uint32 = 32 |
const int | bit_pix_float32 = -32 |
const int | bit_pix_float64 = -64 |
const int | bytes_per_pixel_1 = 1 |
const int | bytes_per_pixel_2 = 2 |
const int | bytes_per_pixel_4 = 4 |
const int | bytes_per_pixel_8 = 8 |
const uint8_t | shift_1_byte_bits = 8 |
const uint8_t | shift_2_byte_bits = 16 |
const uint8_t | shift_3_byte_bits = 24 |
const uint8_t | all_ones = 0xff |
const int32_t | random_val = 5 |
const uint32_t | uint32_factor = 4294 |
const int | modFactor10 = 10 |
const int | arrIndex0 = 0 |
const int | arrIndex1 = 1 |
const int | arrIndex2 = 2 |
const int | arrIndex4 = 4 |
const int | arrIndex5 = 5 |
const int | arrIndex6 = 6 |
const int | arrIndex10 = 10 |
const int | arrIndex12 = 12 |
const int | arrIndex15 = 15 |
const int | arrIndex20 = 20 |
const int | arrIndex40 = 40 |
const int | publisher_latency = 10000 |
const int | publisher_deadline = 10 |
void | signal_handler (const int signal_num) |
Simulator for sending data. This is a simulator for publishing data. Data is read from a directory containing FITS files.
void signal_handler | ( | const int | signal_num | ) |
const uint8_t all_ones = 0xff |
const int arrIndex0 = 0 |
const int arrIndex1 = 1 |
const int arrIndex10 = 10 |
const int arrIndex12 = 12 |
const int arrIndex15 = 15 |
const int arrIndex2 = 2 |
const int arrIndex20 = 20 |
const int arrIndex4 = 4 |
const int arrIndex40 = 40 |
const int arrIndex5 = 5 |
const int arrIndex6 = 6 |
const int bit_pix_float32 = -32 |
const int bit_pix_float64 = -64 |
const int bit_pix_sint16 = 16 |
const int bit_pix_sint32 = 32 |
const unsigned int bit_pix_uint16 = 16 |
const unsigned int bit_pix_uint32 = 32 |
const int bit_pix_uint8 = 8 |
const int bytes_per_pixel_1 = 1 |
const int bytes_per_pixel_2 = 2 |
const int bytes_per_pixel_4 = 4 |
const int bytes_per_pixel_8 = 8 |
const int modFactor10 = 10 |
const int publisher_deadline = 10 |
const int publisher_latency = 10000 |
const int32_t random_val = 5 |
const uint8_t shift_1_byte_bits = 8 |
const uint8_t shift_2_byte_bits = 16 |
const uint8_t shift_3_byte_bits = 24 |
const uint32_t uint32_factor = 4294 |