C# 클래스 Baseline.Car

파일 보기 프로젝트 열기: bingyang001/disruptor-net-3.3.0-alpha 1 사용 예제들

공개 메소드들

메소드 설명
AvailableMetaAttribute ( MetaAttribute metaAttribute ) : string
Car ( ) : System
CodeMetaAttribute ( MetaAttribute metaAttribute ) : string
EngineMetaAttribute ( MetaAttribute metaAttribute ) : string
ExtrasMetaAttribute ( MetaAttribute metaAttribute ) : string
FuelFiguresCount ( int count ) : FuelFiguresGroup
GetMake ( byte dst, int dstOffset, int length ) : int
GetModel ( byte dst, int dstOffset, int length ) : int
GetSomeNumbers ( int index ) : int
GetVehicleCode ( int index ) : byte
GetVehicleCode ( byte dst, int dstOffset ) : int
MakeMetaAttribute ( MetaAttribute metaAttribute ) : string
ModelMetaAttribute ( MetaAttribute metaAttribute ) : string
ModelYearMetaAttribute ( MetaAttribute metaAttribute ) : string
PerformanceFiguresCount ( int count ) : PerformanceFiguresGroup
SerialNumberMetaAttribute ( MetaAttribute metaAttribute ) : string
SetMake ( byte src, int srcOffset, int length ) : int
SetModel ( byte src, int srcOffset, int length ) : int
SetSomeNumbers ( int index, int value ) : void
SetVehicleCode ( byte src, int srcOffset ) : void
SetVehicleCode ( int index, byte value ) : void
SomeNumbersMetaAttribute ( MetaAttribute metaAttribute ) : string
VehicleCodeMetaAttribute ( MetaAttribute metaAttribute ) : string
WrapForDecode ( Adaptive.SimpleBinaryEncoding.DirectBuffer buffer, int offset, int actingBlockLength, int actingVersion ) : void
WrapForEncode ( Adaptive.SimpleBinaryEncoding.DirectBuffer buffer, int offset ) : void

메소드 상세

AvailableMetaAttribute() 공개 정적인 메소드

public static AvailableMetaAttribute ( MetaAttribute metaAttribute ) : string
metaAttribute MetaAttribute
리턴 string

Car() 공개 메소드

public Car ( ) : System
리턴 System

CodeMetaAttribute() 공개 정적인 메소드

public static CodeMetaAttribute ( MetaAttribute metaAttribute ) : string
metaAttribute MetaAttribute
리턴 string

EngineMetaAttribute() 공개 정적인 메소드

public static EngineMetaAttribute ( MetaAttribute metaAttribute ) : string
metaAttribute MetaAttribute
리턴 string

ExtrasMetaAttribute() 공개 정적인 메소드

public static ExtrasMetaAttribute ( MetaAttribute metaAttribute ) : string
metaAttribute MetaAttribute
리턴 string

FuelFiguresCount() 공개 메소드

public FuelFiguresCount ( int count ) : FuelFiguresGroup
count int
리턴 FuelFiguresGroup

GetMake() 공개 메소드

public GetMake ( byte dst, int dstOffset, int length ) : int
dst byte
dstOffset int
length int
리턴 int

GetModel() 공개 메소드

public GetModel ( byte dst, int dstOffset, int length ) : int
dst byte
dstOffset int
length int
리턴 int

GetSomeNumbers() 공개 메소드

public GetSomeNumbers ( int index ) : int
index int
리턴 int

GetVehicleCode() 공개 메소드

public GetVehicleCode ( int index ) : byte
index int
리턴 byte

GetVehicleCode() 공개 메소드

public GetVehicleCode ( byte dst, int dstOffset ) : int
dst byte
dstOffset int
리턴 int

MakeMetaAttribute() 공개 정적인 메소드

public static MakeMetaAttribute ( MetaAttribute metaAttribute ) : string
metaAttribute MetaAttribute
리턴 string

ModelMetaAttribute() 공개 정적인 메소드

public static ModelMetaAttribute ( MetaAttribute metaAttribute ) : string
metaAttribute MetaAttribute
리턴 string

ModelYearMetaAttribute() 공개 정적인 메소드

public static ModelYearMetaAttribute ( MetaAttribute metaAttribute ) : string
metaAttribute MetaAttribute
리턴 string

PerformanceFiguresCount() 공개 메소드

public PerformanceFiguresCount ( int count ) : PerformanceFiguresGroup
count int
리턴 PerformanceFiguresGroup

SerialNumberMetaAttribute() 공개 정적인 메소드

public static SerialNumberMetaAttribute ( MetaAttribute metaAttribute ) : string
metaAttribute MetaAttribute
리턴 string

SetMake() 공개 메소드

public SetMake ( byte src, int srcOffset, int length ) : int
src byte
srcOffset int
length int
리턴 int

SetModel() 공개 메소드

public SetModel ( byte src, int srcOffset, int length ) : int
src byte
srcOffset int
length int
리턴 int

SetSomeNumbers() 공개 메소드

public SetSomeNumbers ( int index, int value ) : void
index int
value int
리턴 void

SetVehicleCode() 공개 메소드

public SetVehicleCode ( byte src, int srcOffset ) : void
src byte
srcOffset int
리턴 void

SetVehicleCode() 공개 메소드

public SetVehicleCode ( int index, byte value ) : void
index int
value byte
리턴 void

SomeNumbersMetaAttribute() 공개 정적인 메소드

public static SomeNumbersMetaAttribute ( MetaAttribute metaAttribute ) : string
metaAttribute MetaAttribute
리턴 string

VehicleCodeMetaAttribute() 공개 정적인 메소드

public static VehicleCodeMetaAttribute ( MetaAttribute metaAttribute ) : string
metaAttribute MetaAttribute
리턴 string

WrapForDecode() 공개 메소드

public WrapForDecode ( Adaptive.SimpleBinaryEncoding.DirectBuffer buffer, int offset, int actingBlockLength, int actingVersion ) : void
buffer Adaptive.SimpleBinaryEncoding.DirectBuffer
offset int
actingBlockLength int
actingVersion int
리턴 void

WrapForEncode() 공개 메소드

public WrapForEncode ( Adaptive.SimpleBinaryEncoding.DirectBuffer buffer, int offset ) : void
buffer Adaptive.SimpleBinaryEncoding.DirectBuffer
offset int
리턴 void