Added Buffer->Controller logging capabilities.
This commit is contained in:
parent
ce5b99774d
commit
d625e68c5f
4 changed files with 23 additions and 5 deletions
|
@ -81,6 +81,8 @@ namespace Buffer {
|
|||
bool parsePacket(std::string & buffer);
|
||||
/// Thread-safe parsePacket override.
|
||||
bool parsePacket(Socket::Connection & c);
|
||||
/// Logs a message to the controller.
|
||||
void Log(std::string type, std::string message);
|
||||
DTSC::livePos getNext(DTSC::livePos & pos, std::set<int> & allowedTracks);
|
||||
private:
|
||||
void deletionCallback(DTSC::livePos deleting);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue