
Public Member Functions | |
| def | __init__ |
| def | compatibleWithBase |
Public Attributes | |
| name | |
| type | |
| size | |
Static Public Attributes | |
| string | U8 = "U8" |
| string | S8 = "S8" |
| string | F32 = "F32" |
| string | LLVECTOR3 = "LLVector3" |
| string | LLQUATERNION = "LLQuaternion" |
| string | LLUUID = "LLUUID" |
| string | BOOL = "BOOL" |
| string | IPADDR = "IPADDR" |
| string | FIXED = "Fixed" |
| string | VARIABLE = "Variable" |
| list | types |
| list | typeswithsize = [ FIXED, VARIABLE ] |
Definition at line 221 of file llmessage.py.
| def indra::ipc::llmessage::Variable::__init__ | ( | self, | ||
| name, | ||||
| type, | ||||
| size | ||||
| ) |
Definition at line 237 of file llmessage.py.
| def indra::ipc::llmessage::Variable::compatibleWithBase | ( | self, | ||
| base | ||||
| ) |
Definition at line 242 of file llmessage.py.
string indra::ipc::llmessage::Variable::U8 = "U8" [static] |
Definition at line 222 of file llmessage.py.
string indra::ipc::llmessage::Variable::S8 = "S8" [static] |
Definition at line 223 of file llmessage.py.
string indra::ipc::llmessage::Variable::F32 = "F32" [static] |
Definition at line 224 of file llmessage.py.
string indra::ipc::llmessage::Variable::LLVECTOR3 = "LLVector3" [static] |
Definition at line 225 of file llmessage.py.
string indra::ipc::llmessage::Variable::LLQUATERNION = "LLQuaternion" [static] |
Definition at line 226 of file llmessage.py.
string indra::ipc::llmessage::Variable::LLUUID = "LLUUID" [static] |
Definition at line 227 of file llmessage.py.
string indra::ipc::llmessage::Variable::BOOL = "BOOL" [static] |
Definition at line 228 of file llmessage.py.
string indra::ipc::llmessage::Variable::IPADDR = "IPADDR" [static] |
Definition at line 229 of file llmessage.py.
string indra::ipc::llmessage::Variable::FIXED = "Fixed" [static] |
Definition at line 230 of file llmessage.py.
string indra::ipc::llmessage::Variable::VARIABLE = "Variable" [static] |
Definition at line 231 of file llmessage.py.
list indra::ipc::llmessage::Variable::types [static] |
Initial value:
[ U8, U16, U32, U64, S8, S16, S32, S64, F32, F64,
LLVECTOR3, LLVECTOR3D, LLVECTOR4, LLQUATERNION,
LLUUID, BOOL, IPADDR, IPPORT, FIXED, VARIABLE ]
Definition at line 232 of file llmessage.py.
list indra::ipc::llmessage::Variable::typeswithsize = [ FIXED, VARIABLE ] [static] |
Definition at line 235 of file llmessage.py.
Definition at line 238 of file llmessage.py.
Definition at line 239 of file llmessage.py.
Definition at line 240 of file llmessage.py.
1.5.5