68 c->
i = 51.6407 * (M_PI/180.0);
69 c->
O = 126.7653 * (M_PI/180.0);
70 c->
w = 163.1572 * (M_PI/180.0);
74 c->
n = pow( (c->
mu / pow(c->
a,3.0) ), (0.5) );
76 c->
T = ( 2.0 * M_PI ) / c->
n;
double O
Definition: jsondef.h:4336
string cosmos_error_string(int32_t cosmos_errno)
Definition: cosmos-errno.cpp:45
uint16_t running()
Check if we're supposed to be running.
Definition: agentclass.cpp:391
int32_t add_request(string token, external_request_function function, string synopsis="", string description="")
Add internal request to Agent request list with description and synopsis.
Definition: agentclass.cpp:312
Definition: agentclass.h:139
static Agent * agent
ensure the Agent constructor creates only one instance per process
Definition: daughter_03.cpp:42
double mu
Definition: jsondef.h:4350
int32_t last_error()
Definition: agentclass.cpp:414
double T
Definition: jsondef.h:4356
double w
Definition: jsondef.h:4338
string node_name
Definition: daughter_03.cpp:43
cosmosstruc * cinfo
Definition: agentclass.h:346
double n
Definition: jsondef.h:4353
Definition: jsondef.h:4199
double a
Definition: jsondef.h:4320
int32_t are_you_out_there(string &request, string &response, Agent *cdata)
Definition: daughter_03.cpp:93
double tau
Definition: jsondef.h:4340
string node_agent_name
Definition: daughter_03.cpp:45
double i
Definition: jsondef.h:4334
double e
Definition: jsondef.h:4322
string agent_name
Definition: daughter_03.cpp:44