pflib v3.0.0-rc1-25-gb91774e
Pretty Fine HGCROC Interaction Library
|
Public Member Functions | |
virtual std::vector< uint32_t > | read_event () |
![]() | |
std::vector< std::string > | i2c_bus_names () |
I2C & | get_i2c_bus (const std::string &name) |
Hcal & | hcal () |
FastControl & | fc () |
virtual bool | has_event () |
Private Attributes | |
std::shared_ptr< I2C > | i2croc_ |
std::shared_ptr< I2C > | i2cboard_ |
Additional Inherited Members | |
![]() | |
std::map< std::string, std::shared_ptr< I2C > > | i2c_ |
std::shared_ptr< Hcal > | hcal_ |
std::shared_ptr< FastControl > | fc_ |
|
virtual |
Implements pflib::Target.