PLC-lang/rusty

Missing conversion functions

Aberta

#1.117 aberto em 5 de mar. de 2024

 (4 comentários) (0 reação) (0 responsável)Rust (71 forks)auto 404
good first issuehigh-priority

Métricas do repositório

Stars
 (351 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

Some missing conversion functions taken from an internal document:

  • STRING_TO_BYTE
  • USINT_TO_BOOL
  • USINT_TO_BOOL
  • SINT_TO_STRING
  • INT_TO_BOOL
  • INT_TO_STRING
  • DINT_TO_BOOL
  • STRING_TO_DWORD
  • STRING_TO_TIME
  • STRING_TO_DT
  • STRING_TO_SINT
  • STRING_TO_INT
  • LREAL_TO_DWORD
  • TRUNC

Guia do colaborador