player_simulation_property_int_req Struct Reference

#include <player.h>

List of all members.


Detailed Description

Request/reply: get/set integer property of a named simulation object.

To retrieve an integer property of an object in a simulator, send a PLAYER_SIMULATION_REQ_GET_PROPERTY_INT request. The server will reply with the integer value filled in. To set a integer property, send a completely filled in PLAYER_SIMULATION_REQ_SET_PROPERTY_INT request. The server will respond with an ACK if the property was successfully set to your value, else a NACK.


Public Attributes

uint32_t name_count
 Length of name.
char name [PLAYER_SIMULATION_IDENTIFIER_MAXLEN]
 The identifier of the object we want to locate.
uint32_t prop_count
 Length of property identifier.
char prop [PLAYER_SIMULATION_IDENTIFIER_MAXLEN]
 The identifier of the property we want to get/set.
int32_t value
 The value of the property.

The documentation for this struct was generated from the following file:

Last updated 12 September 2005 21:38:45