-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge from 'develop' into 'main' for CLOiSim-4.9.0 (#322)
- Loading branch information
Showing
86 changed files
with
3,287 additions
and
1,755 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
// <auto-generated> | ||
// This file was generated by a tool; you should avoid making direct changes. | ||
// Consider using 'partial classes' to extend these types | ||
// Input: joystick.proto | ||
// </auto-generated> | ||
|
||
#region Designer generated code | ||
#pragma warning disable CS0612, CS0618, CS1591, CS3021, IDE0079, IDE1006, RCS1036, RCS1057, RCS1085, RCS1192 | ||
namespace cloisim.msgs | ||
{ | ||
|
||
[global::ProtoBuf.ProtoContract()] | ||
public partial class Joystick : global::ProtoBuf.IExtensible | ||
{ | ||
private global::ProtoBuf.IExtension __pbn__extensionData; | ||
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) | ||
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing); | ||
|
||
[global::ProtoBuf.ProtoMember(1, Name = @"translation")] | ||
public Vector3d Translation { get; set; } | ||
|
||
[global::ProtoBuf.ProtoMember(2, Name = @"rotation")] | ||
public Vector3d Rotation { get; set; } | ||
|
||
[global::ProtoBuf.ProtoMember(3, Name = @"buttons")] | ||
public int[] Buttons { get; set; } | ||
|
||
} | ||
|
||
} | ||
|
||
#pragma warning restore CS0612, CS0618, CS1591, CS3021, IDE0079, IDE1006, RCS1036, RCS1057, RCS1085, RCS1192 | ||
#endregion |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.