Registry / other / cspice

cspice

JSON →
library67vcpkgunverified

NASA C SPICE toolkit

vcpkg install cspice
INSTALL
IMPORT
SIG · CSPICE
C
cspice
othercppv67
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

SpiceUsr.h
#include <SpiceUsr.h>

Convert a UTC time string to ephemeris time using CSPICE

#include <SpiceUsr.h> #include <stdio.h> int main() { SpiceDouble et; str2et_c("2024-01-01T00:00:00", &et); printf("Ephemeris time: %f\n", et); return 0; }
Debug
Known issues
gotchaCSPICE uses global state and is not thread-safe.
fix
Use mutexes or avoid concurrent calls.
affects: *
Upgrade
Version history
67latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

cspice — pip install cspice · libregistry