Fovia's C++ Server API
Enumerations
Enumerator Listing

Enumerations

enum  ENUM_LOAD_FUNC { LF_CUSTOM_START = 1000, LF_CUSTOM = 1000, LF_CUSTOM_MM = 1001, LF_CUSTOM_END = 1100 }
 
enum  ENUM_SEGMENT_FUNC { SF_CUSTOM_START = 1000, SF_CUSTOM = 1000, SF_CUSTOM_MM = 1001, SF_CUSTOM_END = 1100 }
 
enum  ENUM_SERVER_OPTIONS { SO_NONE = 0 }
 
enum  ENUM_SESSION_RENDER_OPTIONS { SRO_NONE = 0, SRO_TEST_SESSION = 1 << 0, SRO_MPR_USE_VIEWPORT_EQUAL_PROJECTION = 1 << 1, SRO_PEG_CPUS = 1 << 2 }
 
enum  ENUM_SESSION_STATUS { SS_CONNECTED, SS_DISCONNECTED }
 
enum  ENUM_STREAM_CATEGORY {
  SC_STD_LOG = 1 << 0, SC_ERR_LOG = 1 << 1, SC_IN = 1 << 2, SC_OUT = 1 << 3,
  SC_INOUT = SC_IN | SC_OUT
}
 

Detailed Description

Enumeration Type Documentation

Load function IDs

Enumerator
LF_CUSTOM_START 

Start of custom loading function ID range.

LF_CUSTOM_END 

End of custom loading function ID range.

Segmentation function IDs

Enumerator
SF_CUSTOM_START 

Start of custom loading function ID range.

SF_CUSTOM_END 

End of custom loading function ID range.

server options

server render options

session status

stream categories

Enumerator
SC_STD_LOG 

default log stream

SC_ERR_LOG 

default error log stream