Giter Club home page Giter Club logo

snap7-go's Introduction

snap7go

go wrapper for snap7.

base on snap7-full-1.4.2.

snap7-go's People

Contributors

756445638 avatar junbao1994 avatar lei-jpg avatar

Watchers

 avatar

Forkers

lei-jpg

snap7-go's Issues

c调用go语言实现的回调函数,如果函数原型有个指针呢??

func GlobalReadEventsCallback(usrPtr *C.void, event C.PSrvEvent, size C.int) {
	
}

event是一个指针,如果直接转化为一个go语言指针,这样看起来很危险,
go语言的运行时是否会认为这样的指针也尝试去释放呢?
实际上这个指针是c语言分配的。

所以我认为正确的做法是,在go语言里重新构造,只是使用他的数据

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.