#include <CscEntityClient.h>
◆ CscEntityClientReal()
| conscience_core::ai::CscEntityClientReal::CscEntityClientReal |
( |
const string & |
serialNumber, |
|
|
CscMessagingManager * |
messagingManager, |
|
|
string |
ip, |
|
|
unsigned |
tcpPort, |
|
|
unsigned |
udpPort |
|
) |
| |
◆ ~CscEntityClientReal()
| conscience_core::ai::CscEntityClientReal::~CscEntityClientReal |
( |
| ) |
|
◆ connect()
| void conscience_core::ai::CscEntityClientReal::connect |
( |
| ) |
|
|
overridevirtual |
◆ disconnect()
| void conscience_core::ai::CscEntityClientReal::disconnect |
( |
| ) |
|
|
overridevirtual |
◆ isSimulated()
| bool conscience_core::ai::CscEntityClientReal::isSimulated |
( |
| ) |
const |
|
overridevirtual |
◆ processCommandString()
| optional< string > conscience_core::ai::CscEntityClientReal::processCommandString |
( |
const string & |
command, |
|
|
const CscEntityProcessCommandOptions & |
options = {} |
|
) |
| |
|
overridevirtual |
process command on entity. If entity is simulated, it will be sent to core, otherwise to entity
- Parameters
-
| command | The command string to be processed. |
Implements conscience_core::ai::CscEntityClient.
The documentation for this class was generated from the following files: