Skip to content

TcHaxx/protobuf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

protobuf

Protocol Buffers for TwinCAT

🚧 WIP


protoc compiler plugin

Limitations

Due to constraints in Structured Text and real-time environment, not all features of protobuf are practical or feasible to implement.
See following limitations (for now):

Map

Map fields are not implemented because Structured Text does not support dynamic data structures efficiently.

Oneof

Oneof fields are not implemented due to the lack of native support for union types in Structured Text.

Unknown Fields

Unknown Fields are currently not preserved to avoid dynamic allocations. They are just skipped, for now.

Acknowledgments

Releases

No releases published

Packages

No packages published