RTC Toolkit
1.0.0
|
Public Member Functions | |
ExampleShmPubScao (int argc, char *argv[]) | |
std::vector< ScaoLoopTopic > | ReadFits (std::string filename) override |
Pure virtual function to be overloaded by child class. More... | |
std::vector< ScaoLoopTopic > | GenData (int num_frames) override |
Pure virtual function to be overloaded by child class. More... | |
Public Member Functions inherited from rtctk::standaloneTools::ShmPub< ScaoLoopTopic > | |
ShmPub (int argc, char *argv[]) | |
virtual | ~ShmPub ()=default |
int | Run () |
Entry point for running the ShmPub. More... | |
|
inline |
|
inlineoverridevirtual |
Pure virtual function to be overloaded by child class.
generates data to be circulated
Implements rtctk::standaloneTools::ShmPub< ScaoLoopTopic >.
|
inlineoverridevirtual |
Pure virtual function to be overloaded by child class.
Reads in fits file using user code
Implements rtctk::standaloneTools::ShmPub< ScaoLoopTopic >.