pflib v3.13.3-1-gf856638
Pretty Fine HGCROC Interaction Library
Loading...
Searching...
No Matches
timein.h
1#pragma once
2#include "../pftool.h"
3#include "decode_multi_sample.h"
4
10 int charge_to_l1a{0};
11 int l1offset{0};
12 int pipeline{0};
13 static TimeInSettings last;
14 void init(Target* tgt);
15 void apply(Target* tgt) const;
16 void update(int new_l1offset, int new_pipeline, int new_charge_to_l1a = -1);
17};
18
19void timein(Target* tgt);
encapulating a given setup's access rules
Definition Target.h:26
Shared declarations for all pftool menu commands.
share various settings related to timein without permanently changing the chip
Definition timein.h:9
void update(int new_l1offset, int new_pipeline, int new_charge_to_l1a=-1)
Definition timein.cxx:54
void init(Target *tgt)
Definition timein.cxx:13