Posts

Post not yet marked as solved
2 Replies
178 Views
Just wondering if anyone has any thoughts on running a real time OS inside Hypervisor. What level of time determinism could be expected? Could the VM process be given real time scheduling priority? Can the VM process be assigned an exclusive core(s)? Whilst probably not suitable for safety critical systems, this could be a nice approach for certain low to medium performance requirements. Any thoughts or info would be greatly appreciated.
Posted
by mttx.
Last updated
.
Post not yet marked as solved
4 Replies
3.3k Views
This is my first xcode project.I'm writing a plugin for another program.The plugin takes the form of a mach-o bundle.I'm attempting to use the Security framework for storing private key/certificates obtained from an API.I've added the Security framework on the build phases tab under Link Binary with libraries and the framework shows up in the frameworks folder in the project navigator.There's good information on how to use the framework, but I can't see any information about what headers contain function/struct definitions.When I use the Find Navigator to search for the definitions, no results are found.How do I find the header that a function or struct is defined in?
Posted
by mttx.
Last updated
.