Source Code for Me (s-c.me)

Allows you to paste souce code to blogs! Adapted for Twitter! Here is Search Form in case you missed your code.
Code:
Selected Language:
Show Linenumbers:
Short link for Twitter:
HTML:

HTML view:

Copy Source | Copy HTML
  1. //-----------------------------------------------------------------------
  2. //  This file is part of the Microsoft Robotics Studio Code Samples.
  3. //
  4. //  Copyright (C) Microsoft Corporation.  All rights reserved.
  5. //
  6. //  $File: SimulatedBumperTypes.cs $ $Revision: 1 $
  7. //-----------------------------------------------------------------------
  8.  
  9. using System;
  10. using System.Collections.Generic;
  11. using Microsoft.Ccr.Core;
  12. using soap = W3C.Soap;
  13. using dssp = Microsoft.Dss.ServiceModel.Dssp;
  14. using contactsensor = Microsoft.Robotics.Services.ContactSensor.Proxy;
  15.  
  16. namespace Microsoft.Robotics.Services.Simulation.Sensors.Bumper
  17. {
  18.     public static class Contract
  19.     {
  20.         public const string Identifier = "http://schemas.microsoft.com/robotics/simulation/services/2006/05/simulatedbumper.html";
  21.     }
  22. }
  23.  




Based on Manoli.Net's CodeFormatter. Made by Topbot (c) 2008-2012