29 setName (
"UsbFTInterfaceTest" );
39 m_write=
new TH1D(
"Write" ,
"Write" , 1000 , 0. , 65535. );
40 m_read =
new TH1D(
"Read" ,
"Read" , 1000 , 0. , 65535. );
41 m_error=
new TH1D(
"Error" ,
"Error" , 1000 , 0. , 65535. );
44 addDataStream(
"ErrorWrite",
"Error - Written values if Error");
59 std::vector<U32> write,read;
62 for (
unsigned int i=0; i<
m_size; ++i){
84 for (
unsigned int i=0; i<
m_size; ++i){
StatusCode usbRead(unsigned long int, unsigned long int, std::vector< U32 > &)
StatusCode usbWrite(unsigned long int, std::vector< U32 >)
void setName(std::string name)
virtual StatusCode initialize()
Destructor.
void addDataStream(std::string name, std::string title)
void setType(std::string type)
UsbFTInterfaceTest()
Standard constructor.
void setTitle(std::string title)
virtual StatusCode finalize()
virtual StatusCode execute()
void setWordSize(unsigned long wordSize)
StatusCode dataFill(int i, double val)
void warning(std::string mymsg)