Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
sync21pps.h 326 B
#ifndef LIGO_SYNC21PPS_H
#define LIGO_SYNC21PPS_H

#include "cds_types.h"


#ifdef __cplusplus
extern "C" {
#endif

int sync2pps_signal( one_pps_sync_t* p1pps, adcInfo_t* padcinfo, int cpuClock[] );

int sync21pps_check( one_pps_sync_t* p1pps, adcInfo_t* padcinfo );


#ifdef __cplusplus
}
#endif


#endif // LIGO_SYNC21PPS_H