mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-08 07:48:40 +01:00
format
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
#pragma once
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
typedef struct{
|
||||
uint16_t* src;
|
||||
uint16_t* dst;
|
||||
uint32_t* pm;
|
||||
#include <stdint.h>
|
||||
typedef struct {
|
||||
uint16_t *src;
|
||||
uint16_t *dst;
|
||||
uint32_t *pm;
|
||||
size_t n_frames;
|
||||
size_t n_pixels;
|
||||
}thread_args;
|
||||
} thread_args;
|
||||
Reference in New Issue
Block a user