adf_core_python.core.gateway.message package#

Subpackages#

Submodules#

adf_core_python.core.gateway.message.am_agent module#

class adf_core_python.core.gateway.message.am_agent.AMAgent#

ベースクラス: AKControlMessage

static get_urn() ControlMessageURN#
static write(agent_id: EntityID, entities: list[Entity], config: dict[str, Any], mode: int) MessageProto#

adf_core_python.core.gateway.message.am_exec module#

class adf_core_python.core.gateway.message.am_exec.AMExec#

ベースクラス: AKControlMessage

static get_urn() ControlMessageURN#
static write(module_id: str, method_name: str, arguments: dict[str, str]) Any#

adf_core_python.core.gateway.message.am_module module#

class adf_core_python.core.gateway.message.am_module.AMModule#

ベースクラス: AKControlMessage

static get_urn() ControlMessageURN#
static write(module_id: str, module_name: str, default_class_name: str) Any#

adf_core_python.core.gateway.message.am_update module#

class adf_core_python.core.gateway.message.am_update.AMUpdate#

ベースクラス: AKControlMessage

static get_urn() ControlMessageURN#
static write(time: int, changed: ChangeSet, heard: list[Command]) Any#

adf_core_python.core.gateway.message.ma_exec_response module#

class adf_core_python.core.gateway.message.ma_exec_response.MAExecResponse(message_proto: MessageProto)#

ベースクラス: KAControlMessage

static get_urn() ControlMessageURN#
read(message_proto: MessageProto) None#

adf_core_python.core.gateway.message.ma_module_response module#

class adf_core_python.core.gateway.message.ma_module_response.MAModuleResponse(message_proto: MessageProto)#

ベースクラス: KAControlMessage, ABC

static get_urn() ControlMessageURN#
read(message_proto: MessageProto) None#

adf_core_python.core.gateway.message.moduleMessageFactory module#

class adf_core_python.core.gateway.message.moduleMessageFactory.ModuleMessageFactory#

ベースクラス: object

make_message(msg: MessageProto) MAModuleResponse | MAExecResponse | None#

Module contents#