프로퍼티 | 타입 | 설명 | |
---|---|---|---|
module | |||
plot | |||
snapshot |
메소드 | 설명 | |
---|---|---|
CreationDelayMs ( ) : int | ||
DumpSnapshot ( ) : void | ||
GetAveragedLaserRPM ( ) : float | ||
GetAveragedPacketTimeMs ( ) : float | ||
GetCRCFailurePercentage ( ) : float | ||
GetInvalidPercentage ( ) : float | ||
GetSnapshotsLeft ( ) : int | ||
ModuleAutostart ( ) : bool | ||
ModuleCall ( ) : string | ||
ModulePriority ( ) : int | ||
PushCalculatedReadingsThreadSafe ( int from, int length ) : void | ||
SaveMap ( ) : void | ||
TakeSnapshot ( ) : void | ||
Update ( ) : void |
메소드 | 설명 | |
---|---|---|
Awake ( ) : void | ||
OnDestroy ( ) : void | ||
ProcessPacket ( packet ) : void | ||
Start ( ) : void |
메소드 | 설명 | |
---|---|---|
AddPendingDataToProcess ( int &from, int &len, ulong &t_from ) : void | ||
CalculateReadingsInLocalReferenceFrame ( packet ) : void | ||
TranslateReadingsToGlobalReferenceFrame ( int &from, int &len, ulong t_from, ulong t_to ) : bool |
public PushCalculatedReadingsThreadSafe ( int from, int length ) : void | ||
from | int | |
length | int | |
리턴 | void |