Uniot Core
0.8.1
Loading...
Searching...
No Matches
LispEvents.h File Reference

Lisp interpreter event definitions for the Uniot event system. More...

#include <Common.h>
Include dependency graph for LispEvents.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  uniot
 Contains all classes and functions related to the Uniot Core.
 
namespace  uniot::events
 
namespace  uniot::events::lisp
 

Enumerations

enum  uniot::events::lisp::Channel {
  uniot::events::lisp::OUT_LISP = FOURCC(lout) , uniot::events::lisp::OUT_LISP_LOG = FOURCC(llog) , uniot::events::lisp::OUT_LISP_ERR = FOURCC(lerr) , uniot::events::lisp::OUT_EVENT = FOURCC(evou) ,
  uniot::events::lisp::IN_EVENT = FOURCC(evin)
}
 Communication channels for data exchange between Lisp and the host application. More...
 
enum  uniot::events::lisp::Topic { uniot::events::lisp::OUT_LISP_MSG = FOURCC(lisp) , uniot::events::lisp::OUT_LISP_REQUEST = FOURCC(lspr) , uniot::events::lisp::OUT_LISP_EVENT = FOURCC(levo) , uniot::events::lisp::IN_LISP_EVENT = FOURCC(levi) }
 Topics for event-based communication. More...
 
enum  uniot::events::lisp::Msg {
  uniot::events::lisp::OUT_MSG_ADDED , uniot::events::lisp::OUT_MSG_LOG , uniot::events::lisp::OUT_MSG_ERROR , uniot::events::lisp::OUT_REFRESH_EVENTS ,
  uniot::events::lisp::OUT_NEW_EVENT , uniot::events::lisp::IN_NEW_EVENT
}
 Message types used in event communication. More...
 

Detailed Description

Lisp interpreter event definitions for the Uniot event system.