Notice
Recent Posts
Recent Comments
목록Bumper Service (1)
CHOU
[MSRDS] Robot Service - BumperSensor_2
MSRDS 서비스는 크게 4가지 구성 요소를 가지게 됩니다. 1) 주고 받는 메세지 클래스 프로젝트 이름 뒤에 state 가 붙어있는 클래스로 정의가 됩니다. 프로젝트명types.cs 에 선언되어 있습니다. [DataContract] public class testBumperServiceState { } 2) 메세지를 받을 포트들의 모음 (포트 셋) 프로젝트명types.cs 에 선언되어 있습니다. [ServicePort] public class testBumperServiceOperations : PortSet { } 3) 개별 메세지를 받아 들이는 포트 프로젝트명types.cs 에 선언되어 있습니다. public class Get : Get { public Get() { } public Get(GetR..
Tech/Microsoft Products
2009. 4. 10. 18:23