3 #ifndef GCP_RECEIVER_BOLODEVICE_H
4 #define GCP_RECEIVER_BOLODEVICE_H
58 void setId(std::string
id);
59 void setReadoutChannel(std::string channel);
62 std::string getReadoutChannel();
67 std::string readoutChannel_;
75 #endif // End #ifndef GCP_RECEIVER_BOLODEVICE_H
BoloDevice()
Definition: BoloDevice.cc:12
friend std::ostream & operator<<(std::ostream &os, BoloDevice &obj)
virtual ~BoloDevice()
Definition: BoloDevice.cc:59
Definition: BoloDevice.h:20
void operator=(const BoloDevice &objToBeAssigned)
Definition: BoloDevice.cc:33