implemented socket handler
This commit is contained in:
@@ -30,6 +30,8 @@ namespace flippR_driver {
|
||||
std::string name;
|
||||
char address;
|
||||
int priority;
|
||||
std::chrono::time_point<std::chrono::high_resolution_clock> last_activation;
|
||||
|
||||
};
|
||||
|
||||
bool operator==(const Event &left, const Event &right);
|
||||
|
||||
Reference in New Issue
Block a user