54 sLog.Warning(
"FleetManager",
"Handle_ForceLeaveFleet() size=%u", call.
tuple->
size() );
55 call.
Dump(FLEET__DUMP);
66 sLog.Warning(
"FleetManager",
"Handle_GetActiveStatus() size=%u", call.
tuple->
size() );
67 call.
Dump(FLEET__DUMP);
92 rsp.fleetCount = (255 -
sFltSvc.GetFleetMemberCount(fleetID));
97 std::vector< uint32 > wingIDs, squadIDs;
98 sFltSvc.GetWingIDs(fleetID, wingIDs);
99 for (
auto wingID : wingIDs) {
101 sFltSvc.GetWingData(wingID, wData);
104 sFltSvc.GetSquadIDs(wingID, squadIDs);
105 for (
auto squadID : squadIDs) {
107 sFltSvc.GetSquadData(squadID, sData);
119 rsp.
Dump(FLEET__DEBUG);
134 sLog.Warning(
"FleetManager",
"Handle_BroadcastToSysBubble() size=%u", call.
tuple->
size() );
135 call.
Dump(FLEET__DUMP);
137 SendBroadCastCall
args;
138 if (!args.Decode(&call.
tuple)) {
150 sLog.Warning(
"FleetManager",
"Handle_BroadcastToSystem() size=%u", call.
tuple->
size() );
151 call.
Dump(FLEET__DUMP);
153 SendBroadCastCall
args;
154 if (!args.Decode(&call.
tuple)) {
168 sLog.Warning(
"FleetManager",
"Handle_AddToWatchlist() size=%u", call.
tuple->
size() );
169 call.
Dump(FLEET__DUMP);
178 sLog.Warning(
"FleetManager",
"Handle_RemoveFromWatchlist() size=%u", call.
tuple->
size() );
179 call.
Dump(FLEET__DUMP);
194 sLog.Warning(
"FleetManager",
"Handle_RegisterForDamageUpdates() size=%u", call.
tuple->
size() );
195 call.
Dump(FLEET__DUMP);
Dispatcher *const m_dispatch
PyCallable_Make_InnerDispatcher(FleetManager) FleetManager
CharacterRef GetChar() const
void Dump(FILE *into, const char *pfx) const
Dumps object to file.
#define is_log_enabled(type)
#define sLog
Evaluates to a NewLog instance.
#define codelog(type, fmt,...)
#define PyCallable_REG_CALL(c, m)
void Dump(LogType type) const
std::map< uint32, Client * > members
Dispatcher *const m_dispatch
void SetItem(PyRep *key, PyRep *value)
SetItem adds or sets a database entry.