EvEmu  0.8.4
11 September 2021
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
EVE_LSC.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 LSC
 
 Notifications
 

Enumerations

enum  LSC::Type {
  LSC::global = 1, LSC::corp = 2, LSC::region = 3, LSC::constellation = 4,
  LSC::solarsystem = 5, LSC::solarsystem2 = 6, LSC::character = 7, LSC::alliance = 8,
  LSC::fleet = 9, LSC::wing = 10, LSC::squad = 11, LSC::warfaction = 12,
  LSC::incursion = 13, LSC::normal = 14, LSC::custom = 15
}
 
enum  LSC::Mode {
  LSC::chDisallowed = -2, LSC::chUnspecified = -1, LSC::chNone = 0, LSC::chListener = 1,
  LSC::chSpeaker = 2, LSC::chConversationalist = 3, LSC::chOperator = 7, LSC::chCreator = 15
}
 
enum  LSC::Error {
  LSC::errUnspecified = -1, LSC::errDisallowed = -2, LSC::errNoSuchChannel = -3, LSC::errAccessDenied = -4,
  LSC::errWrongPass = -5, LSC::errChannelExists = -6, LSC::errTooManyChannels = -7
}