Class MainProcess

Class Documentation

class MainProcess

Public Functions

template<typename T, int MEM_PROT_FLAG>
bool SendIPCSharedMemory(const SharedMem<T, MEM_PROT_FLAG> &mem, const std::string &mem_path, const std::string &dataType)
template<typename T>
bool SendBufferArena(const PDJE_Buffer_Arena<T> &mem)
inline std::vector<DeviceData> GetDevices()
inline bool QueryConfig(const std::string &dumped_json)
bool EndTransmission()
inline bool Kill()
MainProcess(const int port)
~MainProcess()