应用介绍
此项目是仿真机器人和仿真环境的建立代码。
using System;
using System.Collections.Generic;
using System.ComponentModel;
using Microsoft.Ccr.Core;
using Microsoft.Dss.Core.Attributes;
using Microsoft.Dss.ServiceModel.Dssp;
using Microsoft.Dss.ServiceModel.DsspServiceBase;
using W3C.Soap;
namespace Robotics.SimulationEmptyProject
{
/// <summary>
/// SimulationEmptyProject contract class
/// </summary>
public sealed class Contract
{
/// <summary>
/// DSS contract identifer for SimulationEmptyProject
/// </summary>
[DataMember]
public const string Identifier = "http://schemas.microsoft.com/2009/03/simulationemptyproject.user.html";
}
/// <summary>
/// SimulationEmptyProject state
/// </summary>
[DataContract]
public class SimulationEmptyProjectState
{
}
/// <summary>
/// SimulationEmptyProject main operations port
/// </summary>
[ServicePort]
public class SimulationEmptyProjectOperations : PortSet<DsspDefaultLookup, DsspDefaultDrop, Get, Subscribe>
{
}
/// <summary>
/// SimulationEmptyProject get operation
/// </summary>
public class Get : Get<GetRequestType, PortSet<SimulationEmptyProjectState, Fault>>
{
/// <summary>
/// Creates a new instance of Get
/// </summary>
public Get()
{
}
/// <summary>
/// Creates a new instance of Get
/// </summary>
/// <param name="body">the request message body</param>
public Get(GetRequestType body)
: base(body)
{
}
/// <summary>
/// Creates a new instance of Get
/// </summary>
/// <param name="body">the request message body</param>
/// <param name="responsePort">the response port for the request</param>
public Get(GetRequestType body, PortSet<SimulationEmptyProjectState, Fault> responsePort)
: base(body, responsePort)
{
}
}
/// <summary>
/// SimulationEmptyProject subscribe operation
/// </summary>
public class Subscribe : Subscribe<SubscribeRequestType, PortSet<SubscribeResponseType, Fault>>
{
/// <summary>
/// Creates a new instance of Subscribe
/// </summary>
public Subscribe()
{
}
/// <summary>
/// Creates a new instance of Subscribe
/// </summary>
/// <param name="body">the request message body</param>
public Subscribe(SubscribeRequestType body)
: base(body)
{
}
/// <summary>
/// Creates a new instance of Subscribe
/// </summary>
/// <param name="body">the request message body</param>
/// <param name="responsePort">the response port for the request</param>
public Subscribe(SubscribeRequestType body, PortSet<SubscribeResponseType, Fault> responsePort)
: base(body, responsePort)
{
}
}
}
.............................想了解更多请下载附件
©版权声明:本文内容由互联网用户自发贡献,版权归原创作者所有,本站不拥有所有权,也不承担相关法律责任。如果您发现本站中有涉嫌抄袭的内容,欢迎发送邮件至: www_apollocode_net@163.com 进行举报,并提供相关证据,一经查实,本站将立刻删除涉嫌侵权内容。
转载请注明出处: apollocode » 仿真机器人和仿真环境的建立代码
文件列表(部分)
名称 | 大小 | 修改日期 |
---|---|---|
AssemblyInfo.cs | 0.17 KB | 2014-12-19 |
Aluminium.png | 29.58 KB | 2014-12-19 |
Boe-bot.bos | 5.49 KB | 2014-12-19 |
boe-bot.bos.convex.physics.2.7.bin | 6.22 KB | 2014-12-19 |
Boe-bot.mtl | 0.30 KB | 2014-12-19 |
Boe-bot.obj | 9.26 KB | 2014-12-19 |
BoebotWheel.png | 4.00 KB | 2014-12-19 |
pcb.PNG | 137.27 KB | 2014-12-19 |
Screenshot.jpg | 243.98 KB | 2014-12-19 |
DesignTimeResolveAssemblyReferencesInput.cache | 1.31 KB | 2014-12-19 |
SimulationEmptyProject.csprojResolveAssemblyReference.cache | 10.51 KB | 2014-12-19 |
User.SimulationEmptyProject.Y2009.M03.dll | 5.04 KB | 2014-12-19 |
User.SimulationEmptyProject.Y2009.M03.pdb | 4.17 KB | 2014-12-19 |
Microsoft.Resources.DssModel.dss | 1.01 KB | 2014-12-19 |
User.SimulationEmptyProject.Y2009.M03.Proxy.cs | 2.40 KB | 2014-12-19 |
User.SimulationEmptyProject.Y2009.M03.Transform.cs | 7.26 KB | 2014-12-19 |
SimulationEmptyProject.cs | 2.92 KB | 2014-12-19 |
SimulationEmptyProject.csproj | 1.70 KB | 2014-12-19 |
SimulationEmptyProject.csproj.user | 0.40 KB | 2014-12-19 |
SimulationEmptyProject.sln | 0.36 KB | 2014-12-19 |
SimulationEmptyProject.suo | 4.26 KB | 2014-12-19 |
SimulationEmptyProjectTypes.cs | 0.64 KB | 2014-12-19 |
Debug | 0.00 KB | 2020-09-23 |
Boe-bot | 0.00 KB | 2014-12-19 |
obj | 0.00 KB | 2014-12-19 |
Proxy | 0.00 KB | 2014-12-19 |
RobotSimulation | 0.00 KB | 2020-09-23 |
发表评论 取消回复