C# 클래스 FauxMessages.TimeData

파일 보기 프로젝트 열기: uml-robotics/ROS.NET 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
nsec uint
sec uint

공개 메소드들

메소드 설명
TimeData ( uint s, uint ns ) : System

메소드 상세

TimeData() 공개 메소드

public TimeData ( uint s, uint ns ) : System
s uint
ns uint
리턴 System

프로퍼티 상세

nsec 공개적으로 프로퍼티

public uint nsec
리턴 uint

sec 공개적으로 프로퍼티

public uint sec
리턴 uint