Some minor formatting fixes
This commit is contained in:
@@ -1004,9 +1004,9 @@ struct UserDataRequestArgs {
|
|||||||
struct UserDataResponseArgs
|
struct UserDataResponseArgs
|
||||||
{
|
{
|
||||||
int m_userDataId;
|
int m_userDataId;
|
||||||
int m_bodyUniqueId;
|
int m_bodyUniqueId;
|
||||||
int m_linkIndex;
|
int m_linkIndex;
|
||||||
int m_visualShapeIndex;
|
int m_visualShapeIndex;
|
||||||
int m_valueType;
|
int m_valueType;
|
||||||
int m_valueLength;
|
int m_valueLength;
|
||||||
char m_key[MAX_USER_DATA_KEY_LENGTH];
|
char m_key[MAX_USER_DATA_KEY_LENGTH];
|
||||||
@@ -1017,7 +1017,7 @@ struct AddUserDataRequestArgs
|
|||||||
{
|
{
|
||||||
int m_bodyUniqueId;
|
int m_bodyUniqueId;
|
||||||
int m_linkIndex;
|
int m_linkIndex;
|
||||||
int m_visualShapeIndex;
|
int m_visualShapeIndex;
|
||||||
int m_valueType;
|
int m_valueType;
|
||||||
int m_valueLength;
|
int m_valueLength;
|
||||||
char m_key[MAX_USER_DATA_KEY_LENGTH];
|
char m_key[MAX_USER_DATA_KEY_LENGTH];
|
||||||
|
|||||||
@@ -275,7 +275,6 @@ struct b3JointInfo
|
|||||||
|
|
||||||
|
|
||||||
enum UserDataValueType {
|
enum UserDataValueType {
|
||||||
USER_DATA_VALUE_TYPE_NOT_USET = -1,
|
|
||||||
// Data represents generic byte array.
|
// Data represents generic byte array.
|
||||||
USER_DATA_VALUE_TYPE_BYTES = 0,
|
USER_DATA_VALUE_TYPE_BYTES = 0,
|
||||||
// Data represents C-string
|
// Data represents C-string
|
||||||
|
|||||||
Reference in New Issue
Block a user